ivanvermeyen/laravel-google-drive-demo

The download quota for this file has been exceeded

Opened this issue · 0 comments

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.