Is there anyone out there that has been able to successfully update
the <gphoto:position> value of a photo within an v1.0 album feed using
any of the PWA API Client libraries?  Any info would be greatly
appreciated as I've been unsuccessful getting this to work via the PHP
and protocol libraries

Thanks!

On Dec 31 2009, 12:48 pm, Lee <[email protected]> wrote:
> Bump.  Anyone???
>
> On Dec 21, 1:33 am, Lee <[email protected]> wrote:
>
>
>
> > Hello All,
>
> > I'm looking to sort the images in an PWA album by modifying the
> > <gphoto:position> value that is provided on an version 1.0 Album
> > feed.
>
> > I have attempted to update the image entry by sending a XML file via
> > PUT to the edit url in the image entry, and there is no error message
> > but the value for <gphoto:position> is not changed. If I attempt to
> > modify the title of the image, I have no problems.
>
> > Here is the XML I'm using for a given image
>
> > <?xml version='1.0' encoding='UTF-8'?>
> > <entry xmlns='http://www.w3.org/2005/Atom'xmlns:exif='http://
> > schemas.google.com/photos/exif/2007' xmlns:gphoto='http://
> > schemas.google.com/photos/2007' xmlns:media='http://search.yahoo.com/
> > mrss/'>
> >   <title type='text'>ImageTitle</title>
> >   <gphoto:position>-100</gphoto:position>
> >   <category scheme="http://schemas.google.com/g/2005#kind";
> > term="http://schemas.google.com/photos/2007#photo"/>
> >  </entry>
>
> > My PHP application is successfully authenticating via OpenID+Oauth via
> > curl, and I'm also unable to change gphoto:position via the Oauth
> > Playground athttp://googlecodesamples.com/oauth_playground
>
> > Is it possible to update the gphoto:position value or is it Read Only?
>
> > Any help would be greatly appreciated.
>
> > Thanks
-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-picasa-data-api?hl=en.


Reply via email to