mirror of
https://github.com/rclone/rclone.git
synced 2025-06-03 16:55:54 +02: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