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
Problem
I tried to download a folder from Google Drive, which contains many files. After starting the download, the following error is shown and no file is downloaded.
ERROR: { "error": { "errors": [ { "domain": "global", "reason": "downloadQuotaExceeded", "message": "The download quota for this file has been exceeded." } ], "code": 403, "message": "The download quota for this file has been exceeded." } } {"exception":"[object] (Google\\Service\\Exception(code: 403): { \"error\": { \"errors\": [ { \"domain\": \"global\", \"reason\": \"downloadQuotaExceeded\", \"message\": \"The download quota for this file has been exceeded.\" } ], \"code\": 403, \"message\": \"The download quota for this file has been exceeded.\" } }
The download process shall continue, but just skipping this file, because there are many other files to download, or at least, showing which file is having the problem, so that I can manually handle problem.
The text was updated successfully, but these errors were encountered:
Problem
I tried to download a folder from Google Drive, which contains many files. After starting the download, the following error is shown and no file is downloaded.
ERROR: { "error": { "errors": [ { "domain": "global", "reason": "downloadQuotaExceeded", "message": "The download quota for this file has been exceeded." } ], "code": 403, "message": "The download quota for this file has been exceeded." } } {"exception":"[object] (Google\\Service\\Exception(code: 403): { \"error\": { \"errors\": [ { \"domain\": \"global\", \"reason\": \"downloadQuotaExceeded\", \"message\": \"The download quota for this file has been exceeded.\" } ], \"code\": 403, \"message\": \"The download quota for this file has been exceeded.\" } }
The download process shall continue, but just skipping this file, because there are many other files to download, or at least, showing which file is having the problem, so that I can manually handle problem.
The text was updated successfully, but these errors were encountered: