mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 15:32:10 +08:00

Before this change rclone would upload the whole of multipart files before receiving a message from dropbox that the path was too long. This change hard codes the 255 rune limit and checks that before uploading any files. Fixes #4805