glotlabs / gdrive

Google Drive CLI Client
MIT License
1.53k stars 91 forks source link

FIX --max parameter when listing files #104

Closed pacomix closed 9 months ago

pacomix commented 9 months ago

Here MAX_PAGE_SIZE should only be used to retrieve the target file list in batches but not for limiting the maximum amount of files to list.

pacomix commented 9 months ago

LOL I think this is the first time I contribute to a project :)

prasmussen commented 9 months ago

Nice find, thanks!

pacomix commented 9 months ago

fix https://github.com/glotlabs/gdrive/issues/102 fix https://github.com/glotlabs/gdrive/issues/103