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:
Nick Craig-Wood
2018-06-08 16:05:25 +01:00
parent ce109ed9c0
commit 9289aead9b
2 changed files with 48 additions and 11 deletions

View File

@@ -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.