gdrive: 2.1.0
Golang: go1.6
OS/Arch: windows/amd64
When execute sync download <ID> or sync content <ID> geting output:
F:\Pictures\Sync>gdrive sync content <MyFolderID>
Provided id is not a sync root directory
or try to get list:
F:\Pictures\Sync>gdrive sync list
Id Name Created
F:\Pictures\Sync>
drive:` 2.1.0
Golang: go1.6
OS/Arch: `linux/amd64
001:~$ gdrive sync download <myid> ./mydir
Starting sync...
Provided id is not a sync root `directory
Any reasons?
001:~$ gdrive sync list
Id Name Created
001:~$
@alanef i have the same problem.
I managed to solve this problem. before you start syncing first run the drive sync upload command to make the destination syncable then try download. if your file is already there you can use the sync upload to create a directory and transfer your files using the browser. Let me know if this helps
example
gdrive sync upload path fileid
gdrive sync download fileid path
Most helpful comment
@alanef i have the same problem.