When I call a listfeed query by the follow url, It takes too many times.
"http://spreadsheets.google.com/feeds/list/{key}/{worksheetid}/ private/full?start-index=1&max-results=1" The worksheet has about 2000 records. But the result data amount is one by "max-results" parameter. So I think that it should take more small times as good as indicating a unique_id by sq or q parameter. The maximum timeout of Google App Engine urlfetch is 10 seconds. So I can not access to the spreadsheets from GAE's python. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---