Hi,

I would recommend using query parameter to page through the feed.
Perhaps you can just retrieve 25 entries at a time. You will want to
use the max-results and start-index parameters:

http://code.google.com/apis/gdata/reference.html#Queries

Let me know if that helps
- Jochen

On Sep 3, 4:21 pm, Sam G <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I am having some trouble with the Documents List API vis-a-vis
> AppEngine.
> I've already identified the problem, and am looking for a solution.
>
> My test user has 102 documents (on his g-apps account). I have a
> script set up that retrieves the documents list feed for the currently
> logged in user. When I try to test it, the application throwes a
> "DownloadError: ApplicationError: 3" exception. However, when tried
> with another test user (with 3 documents), there is no error.
>
> I read somewhere that this is because of a timeout error in URLFetch,
> and the Gdocs servers not responding fast enough because of the long
> documents list.
>
> Is there any way to fix this?
>
> Sam
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to