Is it possible to move a photo from one album to another?

1) I looked in the Zend_Gdata PHP Api and didn't see any methods to do it.
2) Reviewing the API directly, I think it might be possible through a PATCH 
request.  Would this work?

PATCH 
https://picasaweb.google.com/data/entry/api/user/${userid}/albumid/${albumid}/photoid/${oldphotoid}
<entry xmlns='http://www.w3.org/2005/Atom
    xmlns:gphoto='http://schemas.google.com/photos/2007'>
  <gphoto:albumid>${newphotoid}</gphoto:albumid>
</entry>

..Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-picasa-data-api/-/NMONyj9ZswcJ.
To post to this group, send email to google-picasa-data-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-picasa-data-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-picasa-data-api?hl=en.

Reply via email to