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 119 forks source link

cache remote file structure to improve startup time #2

Closed mmp closed 9 years ago

mmp commented 10 years ago

If there are many files/folders in Google Drive, it takes a long time to walk through the folders in Drive and get the *drive.Files for all of the files. The best option is probably to cache that information locally and then update it at startup time using the Drive notification stream.

tewalds commented 10 years ago

Even just starting to upload/download the files while getting the list of files would be helpful.