I just tried this without an issue. The <entry> that wasPUT to the server looked like this:
<?xml version='1.0' encoding='UTF-8'?> <atom:entry xmlns:atom=" http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005" gd:etag=""H1wLasdfmBq""> <atom:category scheme=" http://schemas.google.com/g/2005#kind" term=" http://schemas.google.com/docs/2007#folder" label="folder"/> <atom:title>new folder name</atom:title> </atom:entry> (Note: I'm using GData-Version:2 so ETags are involved) 409 typically means that you don't have the latest version of the entry (e.g. you're trying to overwrite a newer version of the <entry> than your client knows about). That's also a product of GData-Version: 1. Eric On Tue, Jun 16, 2009 at 2:01 AM, hitoshi uchida <hitoshi.uch...@gmail.com>wrote: > > Hi, > > When I tried to update a folder name by sending atom:entry containing > new folder name in atom:title against edit URL of atom:link > Docs API returned "404 not found" as response. > > In addition, when I tried to remove a folder by sending DELETE against > edit URL of atom:link, Docs API returns "409 Conflict" as response. > > Though I searched past reports about this, I couldn't found. > Do you have any suggestions ? > > > --~--~---------~--~----~------------~-------~--~----~ 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 Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---