DocumentListFeedで返されるエントリの数に制限はありますか?100件の結果が得られましたが、アカウントのコレクションの一部が欠落しています。
アカウント内のすべてのコレクションを確実に取得するにはどうすればよいですか?
DocsService service = new DocsService(APP_NAME);
service.setHeader("Authorization", "Bearer " + accessToken);
String feedUrl = new URL("https://docs.google.com/feeds/default/private/full/-/folder?v=3&showfolders=true&showroot=true");
DocumentLisFeed feed = service.getFeed(feedUrl, DocumentListFeed.class);
List<DocumentListEntry> entries = feed.getEntries();
エントリのサイズは100です。