Hi,

I've been trying to update a row in a spreadsheet recently but it
seems like there is a problem.

According to the documentation (
http://code.google.com/apis/spreadsheets/data/2.0/developers_guide_protocol.html#UpdatingRows
) the link to which I have to send the PUT request in order to update
the row looks like this:

http://spreadsheets.google.com/feeds/list/key/worksheetId/private/full/rowId/version

After sending a GET to 
http://spreadsheets.google.com/feeds/list/key/worksheetId/private/full,
here is what the edit link I retrieve looks like:

http://spreadsheets.google.com/feeds/list/key/worksheetId/private/full/rowId
(the version is missing)

And when I try to update a row, I get an error 400: Bad Request when
sending PUT at 
http://spreadsheets.google.com/feeds/list/key/worksheetId/private/full/version
Missing resource version ID

Where can I get the version???

--

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-a...@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.


Reply via email to