mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
At some point the sharefile API changed to require the size of the
file in the initial transaction which makes the streaming upload fail
with this error:
upload failed: file size does not match (-2)
This was discovered by the integration tests.