SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

DocumentListFeed.getTotalResults() always return -1(Query.UNDEFINED) #268

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Name of API affected:
Documents List Data API

Issue summary:

DocumentListFeed.getTotalResults()  always return -1(Query.UNDEFINED)

Steps to reproduce issue:

            DocumentQuery query = new DocumentQuery(new
URL("http://docs.google.com/feeds/default/private/full/"));
            query.setMaxResults(100);
            query.setStartIndex(1);
            DocumentListFeed resultFeed = docsService.getFeed(query,
DocumentListFeed.class);
            int totalResults = resultFeed.getTotalResults();
Expected output:

   totalResults >=0

Actual results:

   totalResults == -1

Original issue reported on code.google.com by joles...@gmail.com on 10 May 2010 at 2:36

GoogleCodeExporter commented 9 years ago
Please ask your question at the Documents List API Help Forum:
http://www.google.com/support/forum/p/apps-apis/label?lid=5c316c702e844c99&hl=en

Original comment by yanivin...@gmail.com on 16 May 2010 at 8:22