-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-GSDriveFileList limits pagesize to 100 #175
Comments
Hey @WJurecki - I think this may be more of a bug with either the Drive .NET SDK or the API documentation. I'll update to the latest SDK version with the next release and sanity check the code in case something is reverting there. |
Latest Drive .NET SDK and same issue. Confirmed that there's nothing in the code that's hard setting it @ 100 as well. Confirmed that the .NET SDK documentation also reflects a maximum of 1000: https://developers.google.com/resources/api-libraries/documentation/drive/v3/csharp/latest/classGoogle_1_1Apis_1_1Drive_1_1v3_1_1FilesResource_1_1ListRequest.html#adca04399178ff49134b8a8e3c4537847 |
That is pretty strange! Thanks for investigating, @WJurecki! |
Get-GSDriveFileList limits pagesize to 100 even when higher limits are specified. Also, documentation indicates a default pagesize of 1,000 but 100 is actually used.
Pagesizes lower than 100 are honored.
PSVersion: 5.1.17134.407
PSEdition: Desktop
OS: Windows 10 Version 1803, Build 17134.472
PSGSuite: 2.26.0
The text was updated successfully, but these errors were encountered: