karishmal / google-api-dotnet-client

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

Partial response request does not return all folder entries #532

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- Request a list of all folders (my test site has 1000+ entries)
- Set Q to "mimeType = 'application/vnd.google-apps.folder' and trashed = false"
- Set Fields to "items(title,id,parents, userpermission)"

An error is returned on userpermission, not sure why. After leaving that field 
out, the first batch (100 entries) is returned properly with just title,id, and 
parents. However, NextPageToken field is null! If you don't specify a Fields 
setting, then it works properly, and all entries are returned in multiple 
batches.

1.9.0 Google APIs Client Library for .NET
Windows 8.1
Target .Net framework is 4.5
IDE is Visual Studio Prof. 2013 Update 4

Original issue reported on code.google.com by pe...@ccscantest.com on 17 Feb 2015 at 6:57