Home » Cloud Storage

Category Archives: Cloud Storage

How to fix/solve Error 403 The user has exceeded their google drive storage quota

How to fix error 403 google drive quota exceeded

One of the great things about Google Drive is that you can download, share, and collaborate on files with many people. However, once those teams get large or you’re trying to upload big files, you can run into usage limits. Those usage limits can lead to the error that your “Download quota is exceeded”.

There are a few workarounds to avoid this error, which we’ll cover in this article.

How to fix error : Google Drive storage quota has been exceeded

You can still download the file without triggering the “Download quota is exceeded” error. It just requires some extra steps to change the Google Drive account you’re downloading it from to your own.

To do this, you’ll need to save a copy to your Google Drive account first.

1. Make sure you’re already signed into your Google Drive account.

2. Select the link to the shared Google Drive file that you want to download.

3. Save a copy of the file in a Google Drive folder you prefer by selecting File > Make a copy.

4. Browse to the folder where you want to save the copy and select it. Select the Select button to choose it. Then select OK to finish.

This moves the file from the original account it was shared from into your own Google Drive account. Since your Google Drive account is also on Google’s servers, this isn’t technically a file download.

Now that a copy of the original file is on your account, and no one else is downloading it, you can go ahead and download it now to your local computer without any download quota limitations.

userRateLimitExceeded error indicates that the per-user limit has been reached. This limit might be the limit from the API console or a limit from the Drive backend. Following is the JSON representation of this error:

{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "userRateLimitExceeded",
"message": "User Rate Limit Exceeded"
}
],
"code": 403,
"message": "User Rate Limit Exceeded"
}
}

To fix this error, try any of the following:

How to Fix “Download quota is exceeded” Error if You’re the Owner

If you’re the one hosting the shared file to many people on your Google Drive account, the fix for this error is a bit different.

To do this, just right click on the original file and select Make a copy.

google drive file copy

You’ll see a new file appear with “A copy of” in front of the original filename.

The file will be shared with the same people as the original file that got blocked. However, since too many people were downloading the old file, it may be worthwhile limiting how many people can download the copy.

To do this, right-click the file and select Share.

If you’ve provided access to this file to anyone on the internet with the link, it may be worthwhile change this to Restricted instead.

In the Get link section, select Change.

Use the dropdown to change this setting to Restricted.

This means that only people you’ve shared the file with are able to open or download it. Just right-click the file, select Share, and add all the emails or groups that you want to provide access.

This way you can ensure that there aren’t too many people downloading the file and putting your Google Drive account at risk from a ban from Google.

Categories