If you want to synchronize files stored on a computer with the Google Drive cloud from the command line, the only way to do so currently using the application provided by Google appears to be to kill the
googledrivesync.exe
process that handles the synchronization
and then restart it. You can kill the processes - there are actually two
of them running with the same "googledrivesync.exe" name - from the command line
with taskkill /f /fi "imagename eq googledrivesync.exe"
and
then restart them with the command
"C:\Program Files (x86)\Google\Drive\googledrivesync
, assuming
that the googledrivesync
application is stored in the
default location of "C:\Program Files (x86)\Google\Drive\
.
[ More Info ]