mirror of
https://github.com/rclone/rclone.git
synced 2025-02-02 03:29:51 +01:00
onedrive: note that sharepoint also changes web files (.html, .aspx)
This commit is contained in:
parent
4f78226f8b
commit
9e9ead2ac4
@ -629,7 +629,7 @@ are converted you will no longer need the ignore options above.
|
|||||||
It is a [known](https://github.com/OneDrive/onedrive-api-docs/issues/1068) issue
|
It is a [known](https://github.com/OneDrive/onedrive-api-docs/issues/1068) issue
|
||||||
that Sharepoint (not OneDrive or OneDrive for Business) may return "item not
|
that Sharepoint (not OneDrive or OneDrive for Business) may return "item not
|
||||||
found" errors when users try to replace or delete uploaded files; this seems to
|
found" errors when users try to replace or delete uploaded files; this seems to
|
||||||
mainly affect Office files (.docx, .xlsx, etc.). As a workaround, you may use
|
mainly affect Office files (.docx, .xlsx, etc.) and web files (.html, .aspx, etc.). As a workaround, you may use
|
||||||
the `--backup-dir <BACKUP_DIR>` command line argument so rclone moves the
|
the `--backup-dir <BACKUP_DIR>` command line argument so rclone moves the
|
||||||
files to be replaced/deleted into a given backup directory (instead of directly
|
files to be replaced/deleted into a given backup directory (instead of directly
|
||||||
replacing/deleting them). For example, to instruct rclone to move the files into
|
replacing/deleting them). For example, to instruct rclone to move the files into
|
||||||
|
Loading…
Reference in New Issue
Block a user