Options

Don: changeSetting AlbumID= command not working

kansaschuckkansaschuck Registered Users Posts: 50 Big grins
Don, I hate to be a pain but I haven't seen any traffic on this issue.
David said he was going to ask you to look into this. So I'm going to repost this issue. The command is very important to my project and I was hoping to hear some news.


I've been trying to get the changeSettings AlbumID= command to work. What I want to do is to evaluate photo info and move to an new gallery from the inbound email gallery.


Has anyone had any success with this command? I'm ending up with my pics lost in some gallery neverland. The movement is critical to my project. Any advice is appreciated! Not sure how to proceed. I'm fairly new here.




Below is the info from a past attempt.


rsp stat="ok"
method>smugmug.images.changeSettings
result>1
/rsp

Thumbnail of pic being move remains visible in orginal gallery after gallery switch. When you click on thumbnail you go to link:


With the message "
This is a brand new gallery with no photos."

In the destination gallery I do not see the photo.


This exercise is an attempt to move from EMAIL to a secondary gallery.

My main testing is with PHP 1.2.0 Command below:
https: // api.smugmug.com/hack/php/1.2.0/?method=smugmug.images.changeSettings&SessionID=#&ImageID=X&AlbumID=Y&output=php.

Comments

  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited January 3, 2007
    Chuck,

    Unfortunately, Don is a busy guy with a lot of stuff to do. Believe me I have tried to schedule some time with him to sort these issues.

    Below is the email I sent Don on this issue.

    Cheers,

    David.
    > Hey Don,
    >
    > I forgot to include this bug in the list of issues i sent you yesterday.
    >
    > If you attempt to move an image using smugmug.images.changeSettings, a
    > successful response is returned. However, the image appears to be stuck
    > in limbo between the two galleries. The image doesn't appear in the new
    > gallery, and it still appears in the old gallery..but the hyperlink is
    > actually link to the new gallery.
    >
    > i will explain in detail here...
    >
    > 1. added new galleries 'Gallery 1' (AlbumID 2226334) & 'Gallery 2'
    > (AlbumID 2226339)
    > 2. Uploaded an image to 'Gallery 1'
    > 3. List the images in 'Gallery 1'
    > http://api.smugmug.com/hack/rest/1.1.1/?method=smugmug.images.get&SessionID=bacc9c7ab62299c702bb63f95864ee67&AlbumID=2226334
    > 4. Result...
    [php]
    >
    > smugmug.images.get
    >
    >
    >
    >
    [/php] >
    > 5. Now move image to the 'Gallery 2'
    > http://api.smugmug.com/hack/rest/1.1.1/?method=smugmug.images.changeSettings&SessionID=bacc9c7ab62299c702bb63f95864ee67&AlbumID=2226339&ImageID=115993672
    >
    > 6. Result...
    [php]
    >
    > smugmug.images.changeSettings
    >
    >
    >
    >
    >
    >
    [/php] >
    > 7. Now list all images for 'Gallery 2'...
    [php]
    >
    > smugmug.images.get
    >
    >
    >
    >
    [/php] >
    > 8. And list all images for 'Gallery 1'....
    [php]
    >
    > smugmug.images.get
    >
    >
    >
    >
    [/php] >
    > So, the image now exists in both galleries, when using Traditional or
    > All Thumbs styles if you click on the thumbnail in Gallery 1 you are
    > taken to Gallery 2. This behaviour is a little bit different to what it
    > was getting before, where the image didn't appear in the new gallery,
    > but this may be a legacy gallery issue.
    >
    > Let me know if you need any more info.
    >
    > Cheers,
    >
    > David
    <rsp stat="ok"><rsp stat="ok"></rsp></rsp></rsp>
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    kansaschuckkansaschuck Registered Users Posts: 50 Big grins
    edited January 4, 2007
    devbobo wrote:
    Chuck,

    Unfortunately, Don is a busy guy with a lot of stuff to do. Believe me I have tried to schedule some time with him to sort these issues.

    Below is the email I sent Don on this issue.

    Cheers,

    David.

    <rsp stat="ok"><rsp stat="ok"></rsp></rsp>

    David,

    Thanks for helping work the issue. I understand there can be lots of fires to fight. I'm wrapping code up on another section and was hoping to jump on this next. Ok... well....then I think we'll start development and testing on another platform/service and then adjust the code for Smugmug when the API is ready. I hope you can get to it soon.

    Thanks,
    Chuck
Sign In or Register to comment.