Bug (API 1.2.2): smugmug.categories.rename
David PL
Registered Users Posts: 80 Big grins
Using API 1.2.2, I get the following error response every time when calling the smugmug.categories.rename method:
<?xml version="1.0" encoding="utf-8"?>
<rsp stat="fail"><method>smugmug.categories.rename</method><err code="16" msg="invalid data (illegalCat)"/></rsp>
I've tried this with different categories and always get that same error. The same method in API 1.2.0 works fine so it seems to be an issue specific to 1.2.2.
Thanks.
<?xml version="1.0" encoding="utf-8"?>
<rsp stat="fail"><method>smugmug.categories.rename</method><err code="16" msg="invalid data (illegalCat)"/></rsp>
I've tried this with different categories and always get that same error. The same method in API 1.2.0 works fine so it seems to be an issue specific to 1.2.2.
Thanks.
0
Comments
I'll make sure Devbobo knows about this. Thanks for bringing it up.
http://msphoto.smugmug.com
http://twitter.com/tasmanic
Thanks for the response. I look forward to this being addressed. I'm transitioning to OAuth and this is one method that I can't get to work other than in the pre-OAuth 1.2.0 API.