-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
HTTPError: Forbidden errros #184
Comments
Or if we can return a new response if this error occurs, as if request returns status 500, return a new response with Unknown error and hide this error.
|
Can't reproduct, maybe it has some problem with your Google account, consider trying it on other Google account |
I'm using services account, in your script and time or other he gives this error message "HTTPError: Forbidden\n at responseErrorThrower (worker.js:192:26)\n at async onGet (worker.js:2762:19)\n at async handleRequest (worker.js:2975:42)" I attached the cod. for conference |
I got another error...
UPDATE: I resolved this problem. It's a bug of CloudFlare Workers. |
Would you like to share the bug ?? or how you solved it ?? |
cloudflare resolved it, but not me... I don't think your bug is the same as mine, but you can consider if it is a cloudflare's network issue. |
How Can I Fix This |
Bug Description / 問題描述
The index sometime throughs an error:
"HTTPError: Forbidden\n at responseErrorThrower (worker.js:185:26)\n at async GoogleDrive.existsInParent (worker.js:499:20)\n at async onGet (worker.js:589:31)\n at async handleRequest (worker.js:769:42)"
This error is been reported before, but as per lack of information and not using the issue template the author closed the report. I checked and the installation and config are done properly. I also think it is not because of the bandwidth limit as if I refresh the URL some time it succeeds.
Environment / 環境
The text was updated successfully, but these errors were encountered: