[appengine-java] Timeout while fetching: Google spreadsheet api.

2011-06-08 Thread Aswath Satrasala
I am writing data using Google Spreadsheet data api I am frequently getting the following error. Timeout while fetching: I have Googled for the above message, and there are few issues created on the error. There seems to be no fix. Anyone has a workaround for this. Note: I am using Appengine

Re: [appengine-java] Timeout while fetching: Google spreadsheet api.

2011-06-08 Thread Ikai Lan (Google)
I don't think you can do anything on the App Engine end. Have you asked for tips in the GData groups? It could be that the data you are writing is inherently slow. Are there methods for writing data in chunks? Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blo

Re: [appengine-java] Timeout while fetching: Google spreadsheet api.

2011-06-08 Thread Aswath Satrasala
Yes, I am using the spreadsheet Batch to write the data in chunks. -Aswath On Wed, Jun 8, 2011 at 2:24 PM, Ikai Lan (Google) wrote: > I don't think you can do anything on the App Engine end. Have you asked for > tips in the GData groups? It could be that the data you are writing is > inherently