Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

Essentially I am wanting to reorganize all photos, (but programmatically obviously) and would like to be able to move images from one gallery to another.

Does the SmugMug API provided the ability to move an image from one Gallery to another.

share|improve this question

1 Answer

up vote 2 down vote accepted

Yes, you can move images to a different gallery using the smugmug.images.changeSettings API method. To do it, you just specify the AlbumID of the gallery that you want to "move" the image to.

smugmug.images.changeSettings

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.