Google Drive restore folder from Trash

I using rclone 1.59.2, OS: Windows, host: google drive

i have a folder in the trash section. is there any way I can restore the folder/file from trash to main account using rclone?

Hi Crz,

I guess you can do something like this:

rclone copy yourGoogleDrive,trashed_only:some/folder yourGoogleDrive:some/folder --dry-run

More info:
https://rclone.org/drive/#drive-trashed-only
https://rclone.org/docs/#connection-strings

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.