When you do a GET on a cell feed URL (which you *can* construct from
spreadsheet key and worksheet id):
http://code.google.com/intl/ru/apis/spreadsheets/data/3.0/developers_guide.html#RetrievingCellFeeds

... you get entries like:

 <entry gd:etag='"YD0PS1YXByp7Ig.."'>


    
<id>https://spreadsheets.google.com/feeds/cells/key/worksheetId/private/full/R1C2</id>


    <updated>2006-11-17T18:27:32.543Z</updated>


    <category scheme="http://schemas.google.com/spreadsheets/2006";


      term="http://schemas.google.com/spreadsheets/2006#cell"/>


    <title type="text">B1</title>


    <content type="text">Hours</content>


    <link rel="self" type="application/atom+xml"


      
href="https://spreadsheets.google.com/feeds/cells/key/worksheetId/private/full/R1C2"/>


    <link rel="edit" type="application/atom+xml"


      
href="https://spreadsheets.google.com/feeds/cells/key/worksheetId/private/full/R1C2/1pn567"/>


    <gs:cell row="1" col="2" inputValue="Hours">Hours</gs:cell>


  </entry>



Note the <link rel="edit" /> which has a href of "
https://spreadsheets.google.com/feeds/cells/key/worksheetId
/private/full/R1C2/1pn567"

Note the /1pn576 suffix to the URL (which you *can't* construct from
spreadsheet key and worksheet id).  You have to PUT to this URL.

I didn't invent it.  I'm still a bit fuzzy on the design decisions they took
when they did.

cheers,
David.

On Thu, Jul 7, 2011 at 3:24 AM, Александр Гл <[email protected]> wrote:

> i see, but i do not understand from which link i should get, and as i
> understand to construct correct put url i need worksheet key and spreadsheet
> id, is this correct ?, if so my code must do write things, if not please
> explain me what should i do .
>

Reply via email to