Auto delete files Google Drive

Used backup to Google Cloud Drive, but all are deleted in the trash
Soon Google Cloud Disk is filled.
What kind of command can automatically delete the backup file of Google Cloud Disk

--drive-use-trash=false

Put the order there

[google]
type = drive
scope = drive
token = xxxxxxxxx

You can use rclone cleanup to empty the trash

--drive-use-trash=false will stop things going into the trash in future.

You can put this in your config with use_trash = false

[google]
type = drive
scope = drive
token = xxxxxxxxx
use_trash = false

thank you :crazy_face::stuck_out_tongue_winking_eye::stuck_out_tongue_closed_eyes::star_struck::heart_eyes::kissing_heart:

I'm sorry my English isn't very good

Google translation

1 Like

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