Closed 3m0 closed 2 years ago
You might post error reports from web server so that the world can help you.
If you use php >=5.5, you should try update the sync_file function with this fix.
//$args['photo'] = '@' . $photo; $args['photo'] = new CURLFile($photo);
File uploading has been changed in PHP5.5, so CURL sends the @string not the binary file to Flickr, so the calculated sign is broken.
More info: http://php.net/manual/en/class.curlfile.php
@wikt0r hi, I changed code the code. But images don't be uploaded. Any idea?
I get this error on "sync_upload" and this fix didn't help, still getting the same error. I'm on PHP 5.6
If you want to try a different package, I've forked this one and am attempting to fix some problems; see https://github.com/samwilson/phpflickr — I think uploading is working.
Hello, I've created a testing account on flickr and set up an application in the API garden and gave it delete permissions. However, when I try to upload any photos, I get an error saying that the signature is invalid. I already checked my keys and secrets and everything is right. I don't know what could be happening. Did something change in the API? I can provide any information you want, even my secrets, since it's a testing account.