Delete files directly without going to Trash in Google Drive

What is the problem you are having with rclone?

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.

rclone v1.64.0
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.15.0-1045-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.21.1
- go/linking: static
- go/tags: none

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)

No particular command

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[gdrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =

[gdtest]
type = crypt
remote = gdrive:test
password = XXX

A log from the command that you were trying to run with the -vv flag

No particular command