I'm attempting to modify the properties of an album by sending a PUT to the edit link I received when the album was created. I'm getting the error code 405 "HTTP method PUT is not supported by this URL". I can send a DELETE to the the same URI and have it process. I would appreciate any help I can get in figuring out what I am doing wrong. The data I am sending looks like this:
PUT /data/entry/api/user/cyberswat/albumid/ 5264146037900013697/1225654510506000?authkey=QR45vkwjGN4 HTTP/1.0 Host: picasaweb.google.com User-Agent: Drupal (+http://drupal.org/) Content-Length: 687 Authorization: AuthSub token="CIaE96vNERDgjuqwBQ" Content-Type: application/atom+xml; charset=UTF-8 <entry xmlns='http://www.w3.org/2005/Atom' xmlns:media='http:// search.yahoo.com/mrss/' xmlns:gphoto='http://schemas.google.com/photos/ 2007' xmlns:georss='http://www.georss.org/georss' xmlns:gml='http:// www.opengis.net/gml'> <title type='text'>test</title> <summary type='text'>test</summary> <gphoto:location></gphoto:location> <gphoto:access>private</gphoto:access> <gphoto:commentingEnabled>true</gphoto:commentingEnabled> <gphoto:timestamp>1171515600</gphoto:timestamp> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#album'></category> <georss:where> <gml:Point> <gml:pos>40.0128907 -104.8864746</gml:pos> </gml:Point> </georss:where> </entry> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
