minus-development / MinusAPI

All things associated with the Minus API
http://min.us
Apache License 2.0
47 stars 11 forks source link

mygalleries api returns gallery with editorid = unavailable #5

Open zeroflag opened 13 years ago

zeroflag commented 13 years ago

Hi,

I've created a new gallery, uploaded an item in it and saved it. Next time I've used the mygalleries api call to find this particular gallery. The gallery was there, but with an editorid=unavailable. If I recreate the gallery with the same name, and use the mygalleries again, the editor id will be ok.

My application logic looks like as follow:

search for gallery X if it doesn't exist: create gallery upload item to gallery save gallery as X else: upload item to X

If I upload 3 pictures to X, only the last 2 will be in the gallery because of the first time unavailabe editor id.

buger commented 13 years ago

To be honest 'MyGalleries' not right name for this method. This is not your galleries, this is history of galleries where you were.

'Unavailable' means that you have no rights for this gallery becouse it have another owner.

zeroflag commented 13 years ago

Ok, I didn't know this. But this particular gallery belongs to the same user.

zeroflag commented 13 years ago

Maybe I'm doing something wrong, I will explain it shortly in more details.