dropbox: Note 10,000 files limitation on purge - fixes #374

This commit is contained in:
Nick Craig-Wood 2016-03-22 14:46:43 +00:00
parent 20f4b2c91d
commit f469905d07

View file

@ -122,3 +122,8 @@ store. There is a full list of them in the ["Ignored Files" section
of this document](https://www.dropbox.com/en/help/145). Rclone will of this document](https://www.dropbox.com/en/help/145). Rclone will
issue an error message `File name disallowed - not uploading` if it issue an error message `File name disallowed - not uploading` if it
attempt to upload one of those file names, but the sync won't fail. attempt to upload one of those file names, but the sync won't fail.
If you have more than 10,000 files in a directory then `rclone purge
dropbox:dir` will return the error `Failed to purge: There are too
many files involved in this operation`. As a work-around do an
`rclone delete dropbix:dir` followed by an `rclone rmdir dropbox:dir`.