What is the problem you are having with rclone?
I want to delete a directory with all its contents, subdirectories and contents of subdirectories recursively. I used purge command, and I made Bin empty, but when I search for some folders that existed in the deleted folder, I can find them. and seems they are not deleted and it seems they are orphaned folder now. why is that?
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.0
- os/version: Microsoft Windows Server 2022 Datacenter 21H2 (64 bit)
- os/kernel: 10.0.20348.1129 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.21.1
- go/linking: static
- go/tags: cmount
I am on version 1.64.0 which is the latest version at the moment
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone purge remote:/path/to/folder
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
[naim]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
A log from the command that you were trying to run with the -vv
flag
I do not have the log for that