Johan,

You should get a consistent set of results. The order may vary. Have
you tried using some query parameters in your request? You can
retrieve a max of 50 results per fetch and each request should contain
a <link> element with the 'rel' attribute set to 'next'. The 'href'
there should point you to the next set of results.

- Jochen

On Oct 8, 3:46 pm, Johan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've been searching around the discussions for any information
> regarding my problem, but as I couldn't find anything I decided to
> post something about it.
>
> I am trying to use the API to list the presentations currently on my
> Google Documents account, but it is behaving very strangely. I
> currently have 66 documents on my account, but when I perform an API
> query I only get an average of 17 results (yes, it varies). It seems
> that if I mess around with my presentations through the Google
> Documents page, and unstar/star them, the results from the API queries
> varies in number of presentations returned.
>
> Just for reference, I'm using C# code like so:
>
> DocumentsService service = new DocumentsService("hilol");
> service.setUserCredentials("username", "password");
>
> PresentationsQuery query = new PresentationsQuery();
> DocumentsFeed feed = service.Query(query);
> Console.WriteLine(feed.Entries.Count.ToString());
>
> But I have also tried sending an authenticated HTTP GET and reading
> the XML response "manually". Has anyone else experienced this issue?
--~--~---------~--~----~------------~-------~--~----~
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