mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.31k stars 413 forks source link

REQUEST: Use trash flag when delete file on Google Drive/Team Drive #73

Open MinorMole opened 7 years ago

MinorMole commented 7 years ago

As written in the rclone wiki:

Deleting files

By default, rclone will delete files permanently when requested. If sending them to the trash is required instead then use the --drive-use-trash flag.

So, you need to put the flag --drive-use-trash for the delete button of rclone explorer when using Google Drive/Team Drive. If not it will delete your files permanently.

Thank you so much.

jeff15110168 commented 6 years ago

please do this

MinorMole commented 6 years ago

According to rclone changelog:

https://rclone.org/changelog/

v1.38 has changed the default for --drive-use-trash to true. :)