grive2
grive2 copied to clipboard
Repeated "changed in remote. downloading" even when there's no change in remote
I have a few files in my google drive that download every time I sync.
$ grive
sync "./example-file" changed in remote. downloading
$ cp example-file /tmp
$ grive
sync "./example-file" changed in remote. downloading
$ diff example-file /tmp/example-file
$
It's the same files every time. Google drive hasn't even been opened.
Saw this again on files that were previously working correctly. I can't repro with newly created files. It's also not related to google photos as mentioned as a possibility in https://github.com/vitalif/grive2/issues/146 since this is a simple .ini file.
$ ls -lh ./dir/config52.ini
-rw------- 1 abilinski abilinski 198 Dec 16 20:54 ./dir/config52.ini
$ sha256sum ./dir/config52.ini
a07acae986af390a23f2c24194df479419f21ae44a5730a6038659877b85d557 ./dir/config52.ini
$ grive -s dir
Reading local directories
Reading remote server file list
Synchronizing files
sync "./dir/lockfile.ini" changed in remote. downloading
sync "./dir/config50.ini" changed in remote. downloading
sync "./dir/config6.ini" changed in remote. downloading
sync "./dir/config52.ini" changed in remote. downloading
Finished!
$ ls -lh ./dir/config52.ini
-rw------- 1 abilinski abilinski 198 Dec 16 20:54 ./dir/config52.ini
$ sha256sum ./dir/config52.ini
a07acae986af390a23f2c24194df479419f21ae44a5730a6038659877b85d557 ./dir/config52.ini
I have same bug