From cb352b13291f7e8e91b039dcfd9a901c925a2281 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 17 Jun 2020 06:54:19 +1000 Subject: [PATCH] Update known-issues.md * Recursively delete directories in OneDrive Business when Retention Policy is enabled is implement now as per #955 --- docs/known-issues.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/known-issues.md b/docs/known-issues.md index 03cd2c87..6f245f3e 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -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: -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)