[onedrive]
type = onedrive
token = {"access_token":"xxx"}
drive_id = xxx
drive_type = business
client_id = xxx
client_secret = xxx
A log from the command with the -vv flag
2023/08/22 21:57:19 ERROR : Media.mkv: vfs cache: failed to download: vfs reader: failed to write to cache file: stream error: stream ID 1403; CANCEL; received from peer
oh i just inherit the flags from the previous google drive mount.
as of --allow-non-empty i use that to avoid force remount error when the mount dropped previously if not mistaken since i'm using mergerfs on that mount-dir with sonarr/radarr directory.
i tried your suggestion by removing the flags and see the same error but notice something new:
vfs cache: stopping download thread as it timed out
the error appear before the file hit the stream error
might be that you are uploading illegal, pirated, copyrighted content and onedrive knows it.
and maybe, in response, onedrive just kills the connection.
for the media file in question, can you upload that one specific file to onedrive using rclone copy --vv --dump=headers
and begs the question, as to why not using a crypt remote to hide that from onedrive?
or mabye your network is having issues?
you posted CANCEL; received from peer but i also see one example of this and not sure what it means? CANCEL; received from peer is not out of space
small clarification for tpslimit setting. Checking some older posts it looks like --tpslimit 3 is maximum acceptable for onedrive stored media libraries scanning.