Closed pacomix closed 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.
Fixed in https://github.com/glotlabs/gdrive/pull/104
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.