Following the discussion in this thread I realized I had to start running verification on my repository. I did that and can’t make sense of the results I’m getting:
snapshot verify
succeeds without errors and reported processing 312256 objects:
Processed 239883 objects.
Processed 262007 objects.
Processed 284964 objects.
Finished processing 312567 objects.
snapshot verify --verify-files-percent=100
finished running and reported a single error and 287744 objects:
ERROR error processing eran@homepc:C:\Users\eran@2025-02-01 01:59:58 IST/AppData/Local/Google/DriveFS/Logs/drive_fs_232.txt: error reading object 5f0e8088163c1b71075bfa540ddacb95: unable to open object 5f0e8088163c1b71075bfa540ddacb95: unexpected content error: invalid checksum at p8dec91ff45a45091b370164a6a27dc89-s6ab50597524a9eca12b offset 8534285 length 36352/36352: decrypt: Error computing ECC: no shard data
Finished processing 287744 objects.
ERROR error reading object 5f0e8088163c1b71075bfa540ddacb95: unable to open object 5f0e8088163c1b71075bfa540ddacb95: unexpected content error: invalid checksum at p8dec91ff45a45091b370164a6a27dc89-s6ab50597524a9eca12b offset 8534285 length 36352/36352: decrypt: Error computing ECC: no shard data
content verify --download-percent=100
reported 17 errors after going through just 6.5% of the “contents”, whatever that means, and then I stopped it because I didn’t see a point in letting it run further.
All the errors looked like this one but with different IDs:
ERROR error content 00f19d8445444031e9732b2a2e7d861f is invalid: invalid checksum at p0359106897c73385184511aab5239328-s98d57780b3300555124 offset 440 length 46080/46080: decrypt: Error computing ECC: no shard data
Can anyone please explain what is going on? Why are there more content verification errors than snapshot verification errors if the latter is supposed to be a superset of the former? And why are they all reporting different object counts?
Finally, any suggestion how to deal with the reported errors? I don’t really care about the file it’s complaining about, assuming it is the only damaged file and in fact I excluded the whole folder from recent backups.