Google Error 403 Access Not Configured

I am trying to install a sample DrEdit application for Salesforce on GAE. The application starts, but saving or opening the file leads to HTTP 403 "Access Not Configured Error" error.

I also tried using the values ​​for the Access API> Client ID for web applications. The Google Drive SDK client ID> OAuth has also been set differently for SDK client IDs and web applications. but, after enabling both (Api, SDK) in Api access service, I still get the same error.

+3
source share
2 answers

Can you make sure you register your application with the Google API Console and first include the disk and SDK APIs in it?

All of this is described here: https://developers.google.com/drive/register

Then make sure that you use your client identifier and client secrecy in the DrEdit configuration file.

+2
source

Relationship, c'était bien mon problème. Il n'y a pas un service, mais 2 à activer!

Google Drive HTTP 403 Access Not Configured Using DrEdit

-1
source

All Articles