mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
bb88b8499b
Before this change the backend used to list the directory to find the metadata for a single file. For lots of files in a directory this caused a serious performance problem. This change uses the preflight check to check for a files existence and find its ID. See: https://forum.rclone.org/t/psa-box-com-has-serious-performance-issues-in-directories-with-thousands-of-files/41128/10 See: https://forum.box.com/t/is-there-an-api-to-find-a-file-by-leaf-name-given-a-folder-id/997/ See: https://developer.box.com/guides/uploads/check/ |
||
---|---|---|
.. | ||
api | ||
box_test.go | ||
box.go | ||
upload.go |