1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/backend/sharefile
Nick Craig-Wood 99788b605e sharefile: disable streamed transfers as they no longer work
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.
2023-06-27 17:08:37 +01:00
..
api Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
generate_tzdata.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sharefile_test.go
sharefile.go sharefile: disable streamed transfers as they no longer work 2023-06-27 17:08:37 +01:00
tzdata_vfsdata.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
update-timezone.sh
upload.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00