Quote:
Originally Posted by Agama
I'll write a command script to identify new and changed folders/files and then simply upload them. I wonder if Google Drive has an API that's callable from Windows scripting?
|
TBH that seems like the hard way to do it. A good sync program like synctoy etc will only copy things that have changed or things that are new, and it will also delete things that are no longer valid. The Google Drive sync program will take care of updating the cloud library. You could add a windows "task" that runs the sync program once per day (or hour or whatever) so that your cloud library is automatically kept up to date. Of course this means that you have a copy of your library on your computer, which might be a problem if you short on disc space.
And perhaps writing that script would be fun. I do things like that from time to time simply because I want to know how something works.