You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm downloading files from my gdrive account via gdrive files download --overwrite --recursive for some files I see an error message
Error: Failed to download file: Bad Request: {"error":{"code":403,"errors":[{"domain":"global","message":"This file has been identified as malware or spam and cannot be downloaded.","reason":"cannotDownloadAbusiveFile"}],"message":"This file has been identified as malware or spam and cannot be downloaded."}}
But I'm 100% sure that this is not malware.
Is it possible to add some flag/fix this behaviour to allow download all files ?
When I'm downloading files from my gdrive account via
gdrive files download --overwrite --recursive
for some files I see an error messageBut I'm 100% sure that this is not malware.
Is it possible to add some flag/fix this behaviour to allow download all files ?
Seems like rclone team introduced
--drive-acknowledge-abuse
flag to fix this issue.The text was updated successfully, but these errors were encountered: