glotlabs / gdrive

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

Max listed files are always limited to 1000 #103

Closed pacomix closed 9 months ago

pacomix commented 9 months ago

The problem is here https://github.com/glotlabs/gdrive/blob/da821bfb551c5d908a80f310eb983aea8893e202/src/files/list.rs#L34 Despite setting a higher value with --max there will always be a limit of MAX_PAGE_SIZE 1000 listed files even we have queried for more.

pacomix commented 9 months ago

Fixed in https://github.com/glotlabs/gdrive/pull/104