Cannot delete non-empty Drive folders #363
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The attempt just produces an unhelpful error message: “Unable to delete”.
Ideally, FoundKey should ask for confirmation before recursively deleting that folder. Failing that, clarify why it cannot be deleted in the error message.
There is the
HAS_CHILD_FILES_OR_FOLDERS
error code with the error messageThat folder is not empty.
which I checked is sent from the backend. But in this instance the frontend does not seem to be using the usual error dialog.