On Mon, Apr 18, 2011 at 7:20 AM, gts <[email protected]> wrote: Hello! > I am retrieving worksheet-based feed following documentation here > http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#RetrievingWorksheetFeeds > The result that I am getting is ALMOST as described in documentation but > not exactly.
Are you sending the GData-Version: 3.0 header in your requests? That matters a lot when considering the behaviour of the feeds. > > Also, documentation here > http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#CreatingListRows > > is not clear for me. First it says to use POST URL found in the list feed's > <link> element that has > rel="http://schemas.google.com/g/2005#post". But later it says to send the > request to the POST URL: > https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full. I am > using later way because that URL > > looks like > https://spreadsheets.google.com/feeds/worksheets/key/private/full > > so I don't understand how worksheet will be specified in this way... > > Are you sure you're getting the #post link from the *list feed*? It seems like you're getting it from the *worksheet feed*. cheers, David.
