Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear error 403 message #643

Closed
michimussato opened this issue Apr 10, 2019 · 1 comment
Closed

Unclear error 403 message #643

michimussato opened this issue Apr 10, 2019 · 1 comment
Assignees
Labels
type: question Request for information or clarification. Not an issue.

Comments

@michimussato
Copy link

michimussato commented Apr 10, 2019

Hi

I get the following error when trying to download a series of files from Google Drive.

Traceback (most recent call last): File "/Users/michaelmussato/PycharmProjects/SyncAudio/sync_audio.py", line 187, in <module> main() File "/Users/michaelmussato/PycharmProjects/SyncAudio/sync_audio.py", line 78, in main status, done = downloader.next_chunk() File "/Users/michaelmussato/PycharmProjects/SyncAudio/venv/lib/python3.6/site-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper return wrapped(*args, **kwargs) File "/Users/michaelmussato/PycharmProjects/SyncAudio/venv/lib/python3.6/site-packages/googleapiclient/http.py", line 705, in next_chunk raise HttpError(resp, content, uri=self._uri) googleapiclient.errors.HttpError: <HttpError 403 when requesting https://www.googleapis.com/drive/v3/files/11x5to8eh-E7mXcSAKd0-aHuvgv3kstE1?alt=media returned "The user has not granted the app 572305810469 read access to the file 11x5to8eh-E7mXcSAKd0-aHuvgv3kstE1.">

and when I click on the link mentioned in the traceback, I get something different...

{ "error": { "errors": [ { "domain": "usageLimits", "reason": "dailyLimitExceededUnreg", "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.", "extendedHelp": "https://code.google.com/apis/console" } ], "code": 403, "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup." } }

I'm following the instructions outlined at https://developers.google.com/drive/api/v3/manage-downloads. How can I fix this?

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 11, 2019
@sduskis sduskis added type: question Request for information or clarification. Not an issue. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels May 13, 2019
@fhinkel
Copy link

fhinkel commented Dec 7, 2020

Greetings, we're closing this due to inactivity. Please let us know if the issue needs to be reopened.

@fhinkel fhinkel closed this as completed Dec 7, 2020
@fhinkel fhinkel self-assigned this Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

4 participants