#Google Drive Files:list API for jumbo ac...
1 messages · Page 1 of 1 (latest)
Not a ton of options for that case, just not the type of thing Drive is optimized for.
The only approach I can think of would be if your files are organized in folders, you could parallelize based on that structure.
- files.list to get just folders
- For each folder files.list where folder is in parents. This part can be done in parallel (but don't go overboard 🙂
But if everything is just a flat structure I'm not sure there's a way to do it.