The spreadsheet API includes an example that creates a spreadsheet  
then a worksheet and allows updating cells as well. It has always  
worked well for me and without the kind of delays you refer to,

I have found that there are many subtle things that affect the  
effigacy of their APIs. As a consequence following working examples  
can be less frustrating then expecting their Apis to work as documented.

Also, the http rest protocols generally are better behaved then the  
dot net lib for example.

Sent from my iPhone

On Aug 29, 2009, at 7:23 PM, "Bill H." <bhaye...@gmail.com> wrote:

>
> Do you still get the error if you wait 60 seconds after creating
> the spreadsheet before trying to get the spreadsheet entry?
>
>
> On Aug 28, 5:42 am, Malli <kmalli...@gmail.com> wrote:
>> For creating worksheet only way is to use spreadsheet data api.
>> before creating worksheet entry i need to get spreadsheet entry based
>> on selfllink which we got from the document list entry just after
>> creating spreadsheet.
>> but when i use this self link for getting spreadsheet entry using
>> spreadsheet data api.its showing an excepton Resource not found.
>>
>> On Aug 28, 4:25 pm, Pascal <pascal.voitot....@gmail.com> wrote:
>>
>>> On Aug 27, 9:08 pm, Malli <kmalli...@gmail.com> wrote:
>>
>>>> How can i create new worksheet entry just after creating new
>>>> spreadsheet using document list api.
>>
>>> Hello,
>>> i'm not a guy from google, just a user...
>>> I had the same kind of problems... Apparently creating a document
>>> takes some time on google side (creating, indexing and other
>>> stuff?)... So the quick way I found is to wait a few seconds to be
>>> sure the document has been indexed... something like 5sec or  
>>> 10sec...
>>> but apparently, this duration depends on google server load and
>>> sometimes creating a document might be also immediate and sometimes
>>> might be >10sec...
>>> Maybe you could also try to retrieve the document directly from
>>> GoogleService and not using the document you get just after
>>> creation...
>>
>>> Anyone has a better solution?
>>
>>> regards
>>> Pascal
> >

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to