This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
flickr.photosets.editPhotos() with many photo_ids gives 414 Request-URI Too Large #59
Comments
Original comment by Zach Maillard (Bitbucket: sagebrushgis, GitHub: sagebrushgis): This might be a limitation at Yahoo. I was receiving the same error with the updated code. I manually tried to use the Api Explorer at Flickr https://www.flickr.com/services/api/explore/flickr.photosets.editPhotos with the ID's in question, and received the following error for a set with 980 images:
|
Original comment by Dan Connolly (Bitbucket: DanC, GitHub: DanC): Use http POST. It doesn't have such low side limits. Dan Connolly |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally reported by: Dan Connolly (Bitbucket: DanC, GitHub: DanC)
I can call editPhotos() with 100 photo_ids just fine, but when I use 1000, I get:
In do_request, I see it always does HTTP GET:
Shouldn't it do a POST here?
The flickr docs say, "Note: This method requires an HTTP POST request."
The text was updated successfully, but these errors were encountered: