Exactly what doesn't work? This PUT to the entry's edit link worked for me (gdata v1 e.g. no etags):
<?xml version='1.0' encoding='UTF-8'?> <atom:entry xmlns:atom=" http://www.w3.org/2005/Atom"> <atom:category scheme=" http://schemas.google.com/g/2005#kind" term=" http://schemas.google.com/docs/2007#document" label="document"/> <atom:title>new title</atom:title> </atom:entry> On Mon, Apr 6, 2009 at 10:07 AM, Daniel Marashlian <[email protected]>wrote: > > I can't get the API to work on the PUT request to update the > document's name, seen here: > > > http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#UpdatingDocs > > In the Updating metadata section, if I copy the code exactly in the > example it doesn't work. Please help!!!! > > Daniel > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" 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-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
