I mounted my Google drive and stream media files from plex. When I delete files in plex, it would be deleted in my Gdrive as well. But after taking a look, it actually went to the Trash folder in Gdrive, so I'll also have to delete those files in Trash again to release the storage space
When I finish a movie, I usually remove it from plex app. How can I set up to delete files directly without going to Trash folder ?
Run the command 'rclone version' and share the full output of the command.
Yes! I want to enable this as a system wide config, so whenever rclone sense a 'delete operation', it will directly remove the file from google drive. This way I can delete things in different apps straight away
How do I add --drive-use-trash=false into my rclone config like you suggested above ?
I just edited the rclone.conf file, and it's working. Now all deleted files do not occupy the Trash folder anymore. Thank you for guiding me through this !