mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
drive: Add --drive-acknowledge-abuse to download flagged files - fixes #2317
Also if rclone gets the cannotDownloadAbusiveFile suggest using the --drive-acknowledge-abuse flag.
This commit is contained in:
@@ -354,6 +354,14 @@ arguments.
|
||||
Here are the command line options specific to this cloud storage
|
||||
system.
|
||||
|
||||
#### --drive-acknowledge-abuse ####
|
||||
|
||||
If downloading a file returns the error `This file has been identified
|
||||
as malware or spam and cannot be downloaded` with the error code
|
||||
`cannotDownloadAbusiveFile` then supply this flag to rclone to
|
||||
indicate you acknowledge the risks of downloading the file and rclone
|
||||
will download it anyway.
|
||||
|
||||
#### --drive-auth-owner-only ####
|
||||
|
||||
Only consider files owned by the authenticated user.
|
||||
|
||||
Reference in New Issue
Block a user