rclone/backend/drive
Nick Craig-Wood 8d1d096c11 drive: fix copying Google Docs to a backend which only supports SHA1
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

8fd66daab6 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.
2024-08-12 20:27:12 +01:00
..
test drive: add --drive-import-formats 2018-09-25 15:20:23 +01:00
drive_internal_test.go filter: rename Opt to Options for consistency 2024-07-15 11:09:54 +01:00
drive_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
drive.go drive: fix copying Google Docs to a backend which only supports SHA1 2024-08-12 20:27:12 +01:00
metadata.go drive: debug when we are ignoring permissions #7853 2024-05-21 15:32:26 +01:00
upload.go backends: Add context checking to remaining backends #4504 2021-03-16 16:17:22 +00:00