Options

API Update: 1.2.0/1.2.1 bug fixes

devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
- smugmug.images.getURLs was returning ImageID as a string instead of an integer (fixed in 1.2.0/1.2.1)

- smugmug.images.upload fixed (was broken), and now supports Keywords and Geotagging, like the other upload methods.

- methods where a user can specify a album Password, now sets the cookie for the requested album, if it's correct. (fixed in 1.2.0/1.2.1)

- smugmug.images.getInfo, smugmug.images.getURLs fixed to return an error message when an image has been deleted, instead of a valid response. (fixed in 1.2.0/1.2.1)

- image replace using an ImageID of a deleted image resulted in the Image being undeleted and replaced, now returns an error (fixed in 1.2.0/1.2.1)

- several methods returned Image: true, Image: null or something similar in the response, this unrequired element has been removed from those responses. (fixed in 1.2.1)

Thanks to Riyad, Anton, Omar and Ben for the bug reports.

David
David Parry
SmugMug API Developer
My Photos

Comments

  • Options
    rkallarkalla Registered Users Posts: 108 Major grins
    edited December 2, 2007
    devbobo wrote:
    - smugmug.images.getURLs was returning ImageID as a string instead of an integer (fixed in 1.2.0/1.2.1)

    - smugmug.images.upload fixed (was broken), and now supports Keywords and Geotagging, like the other upload methods.

    - methods where a user can specify a album Password, now sets the cookie for the requested album, if it's correct. (fixed in 1.2.0/1.2.1)

    - smugmug.images.getInfo, smugmug.images.getURLs fixed to return an error message when an image has been deleted, instead of a valid response. (fixed in 1.2.0/1.2.1)

    - image replace using an ImageID of a deleted image resulted in the Image being undeleted and replaced, now returns an error (fixed in 1.2.0/1.2.1)

    - several methods returned Image: true, Image: null or something similar in the response, this unrequired element has been removed from those responses. (fixed in 1.2.1)

    Thanks to Riyad, Anton, Omar and Ben for the bug reports.

    David

    Thank you for fixing that stuff so quick David. The API is really getting quiet solid.
Sign In or Register to comment.