Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Drive API Console: Error saving Drive UI integration page

I have a webapp in production that interacts with Google Drive through Google Drive API.

I need to change some settings in Drive interaction but I can't save.

When I save the Drive UI integration page, I receive this error:

There's a problem at our end.

Please try again. If the problem persists, please let us know using the "Send feedback" link below. Thanks!

(spying Network console: there is an Internal Server Error in a POST call)

I tried to send feedback for months: nobody answers and the bug is still there.

I tried also to create another project: I can save the first time but then the bug returns.

How can I do? Has someone the same problem?

Is there a way to receive a reply from Google? Is there some workaround?

Thank you.

like image 723
Marco Carnazzo Avatar asked Oct 19 '18 14:10

Marco Carnazzo


People also ask

How do I fix Error 403 user limit exceeded?

Resolve a 403 error: Project rate limit exceeded Raise the per-user quota in the Google Cloud project. For more information, request a quota increase. Batch requests to make fewer API calls. Use exponential backoff to retry the request.

How do I fix Error 404 on Google Drive?

403 or 404 Errors Users of Google Drive can sometimes see Error 403 (permission denied) or Error 404 (not found). There are a few common reasons for this: You may have inadvertently deleted the Google worksheet. You can recover the deleted Google worksheet as described in Recover a deleted Google file or worksheet.


1 Answers

i think that problem must be Client ID

before adding Client ID, go to the Credentials -> OAuth 2.0 Client IDs then select edit your Client ID. after that your production site url add to Authorized JavaScript origins and Authorized redirect URIs.

then enter your Client ID in Drive UI integration page

like image 130
Tharindu Vindula Avatar answered Oct 17 '22 05:10

Tharindu Vindula