google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

multithread google drive folder creation? #16

Open mmp opened 10 years ago

mmp commented 10 years ago

It can be slow to get the folders all made, especially with large numbers of folders. We just need to make sure that parent folders are created before their children...

mmp commented 8 years ago

The v3 Drive API seems to offer some possibilities on this front--we can ask for a whole bunch of file ids ahead of time, so could ask for as many as we needed for folders and then should be able to create all of them in one fell swoop with a multipart API call.