rclone/backend/box
Nick Craig-Wood 308323e9c4 box: make listings of heavily used directories more reliable #5545
Before this change we uses limit/offset paging for directories in the
main directory listing routine and in the trash cleanup listing.

This switches to the new scheme of limit/marker which is more reliable
on a directory which is continuously changing. It has the disadvantage
that it doesn't tell us the total number of items available, however
that wasn't information rclone uses.
2021-10-15 15:28:54 +01:00
..
api box: make listings of heavily used directories more reliable #5545 2021-10-15 15:28:54 +01:00
box_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
box.go box: make listings of heavily used directories more reliable #5545 2021-10-15 15:28:54 +01:00
upload.go Fix excessive retries missing --max-duration timeout - fixes #4504 2021-03-13 09:25:44 +00:00