Skip to content

Commit

Permalink
drive: note that --drive-acknowledge-abuse needs SA Manager permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Feb 1, 2023
1 parent 21849fd commit d4ea663
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/drive/drive.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,11 @@ 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.`,
will download it anyway.
Note that if you are using service account it will need Manager
permission (not Content Manager) to for this flag to work. If the SA
does not have the right permission, Google will just ignore the flag.`,
Advanced: true,
}, {
Name: "keep_revision_forever",
Expand Down

0 comments on commit d4ea663

Please sign in to comment.