ajaykumarsoma / flickrj-android

Automatically exported from code.google.com/p/flickrj-android
Other
0 stars 0 forks source link

uploadinterface.checkticket() exeption caused #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use the upload interface to have info about the photo i tried to upload
2. create the uploadinterface class
3. call the checkticket()

What is the expected output? What do you see instead?
i expect a list with ticket telling me about the upload status
i have an expection
JSONObject["invalid"] not found
in the uploadInterface line 94
it seems like the Json returned don't have the "invalid" elements
not sure i may be surely wrong about all of this

What version of the product are you using? On what operating system?
ubuntu last version

Please provide any additional information below.

Original issue reported on code.google.com by stepos01@gmail.com on 20 Apr 2012 at 3:53

GoogleCodeExporter commented 8 years ago
yes this is a bug as the invalid flag should only appear if and only if the 
given ticket could not be found. You can find more detail at 
http://www.flickr.com/services/api/flickr.photos.upload.checkTickets.html.

This issue has been fixed. 

Original comment by yuyang...@gmail.com on 21 Apr 2012 at 6:33