mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02:00
When copying Google Docs to Backblaze B2 errors like this would happen ERROR : test.docx: Failed to calculate src hash: hash type not supported ERROR : test.docx: corrupted on transfer: sha1 hashes differ src This was due to an oversight in 8fd66daab671bb98 drive: add support of SHA-1 and SHA-256 checksum Which omitted to change the base object (which includes Google Docs) so that it supported SHA-1 and SHA-256.