mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
f72eade707
Before this change the Part structure had an int for the Offset and uploading large files would produce this error json: cannot unmarshal number 2147483648 into Go struct field Part.offset of type int Changing the field to an int64 fixes the problem. |
||
---|---|---|
.. | ||
api | ||
box_test.go | ||
box.go | ||
upload.go |