Issue with OneDrive QuickXorHash hash

What is the problem you are having with rclone?

I cannot sync all my files to my MS 365 Business OneDrive.
I get the following error:

2020-10-15 09:57:22 ERROR : C0012.MP4: corrupted on transfer: QuickXorHash hash differ "6f0233800a06785cb7d66435c36c8d986f1c8233" vs "0df38c6d29f66eabc9b0f96fe5853a9ca0288b9e"

What is your rclone version (output from rclone version)

1.53.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.04 64bit

Which cloud storage system are you using? (eg Google Drive)

OneDrive Business

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync /my_files/ backup:my_dest -P

The rclone config contents with secrets removed.

[backup]
type = onedrive
token = {"access_token":"very_long_token","expiry":"2020-10-15T15:54:47.925055379+02:00"}
drive_id = my_drive_id
drive_type = business
client_id = my_client_id
client_secret = my_client_secret

hello and welcome to the forum,

can you post this?

A log from the command with the -vv flag

Paste  log here

Do you get this on all / many files? What about if you retry the transfer?

Onedrive has been known to interfere with images / MS docs but as far as I know it doesn't interfere with videos.

will retry as it synced on another try. will keep you posted

1 Like

I usually see this error, but rclone retry usually fixes on first retry. Try using your own client id, it helps a lot.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.