grive2 icon indicating copy to clipboard operation
grive2 copied to clipboard

Repeated "changed in remote. downloading" even when there's no change in remote

Open anthonybilinski opened this issue 8 years ago • 2 comments

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.

anthonybilinski avatar Nov 18 '17 09:11 anthonybilinski

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

anthonybilinski avatar Feb 11 '19 18:02 anthonybilinski

I have same bug

segatrade avatar Jun 01 '22 18:06 segatrade