It's just a guess, but grid-id might refer to the row/column numbers you're using. Rows and columns are 1-based, not 0-based, if that helps. When you do a PUT, are you including an appropriate <gs:cell />
Or it could be that grid-id is Google jargon for 'sheet', and your URL is wrong (or there is a bug in the Google infrastructure ... what is the HTTP status code of the error?). Is the URL you have constructed the same as the URL which doing a GET on the cells feed gives you? (ps. curl is your friend http://code.google.com/apis/gdata/articles/using_cURL.html ). cheers, David. On Tue, Jul 5, 2011 at 1:17 PM, Александр Гл <[email protected]> wrote: > i have pasted wrong link to docs, i have used this > http://code.google.com/intl/ru/apis/spreadsheets/data/3.0/developers_guide.html#UpdatingCells >
