Update known-issues.md

* Recursively delete directories in OneDrive Business when Retention Policy is enabled is implement now as per #955
This commit is contained in:
abraunegg 2020-06-17 06:54:19 +10:00 committed by GitHub
parent 3b85d574e0
commit cb352b1329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,23 +1,6 @@
# Known Issues
The below are known issues with this client:
## Unable to recursively delete directories in OneDrive Business when Retention Policy is enabled
**Issue Tracker:** [#338](https://github.com/abraunegg/onedrive/issues/338)
**Description:**
Some organisations enable a retention policy on OneDrive Business that prevents the recursive deletion of data. The client is unable to delete directories as requested.
**Workaround:**
Client will print the following when this issue is encountered:
```
ERROR: Unable to delete the requested remote path from OneDrive: <dir>
ERROR: This error is due to OneDrive Business Retention Policy being applied
WORKAROUND: Manually delete all files and folders from the above path as per Business Retention Policy
```
A future version of onedrive will attempt to resolve this automatically negating the need for the above message.
## Moving files into different folders should not cause data to delete and be re-uploaded
**Issue Tracker:** [#876](https://github.com/abraunegg/onedrive/issues/876)