jonagh / gapi-querier

Tool for running Google APIs, and to play with google auth and stuff.
GNU General Public License v3.0
102 stars 35 forks source link

Error 403: access_denied #9

Closed Jeroen00 closed 3 years ago

Jeroen00 commented 3 years ago

I followed the steps and trying to connect through https://jonagh.github.io/gapi-querier/ but getting below error?

Error 403: access_denied The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google. If you think you should have access, contact the developer

jonagh commented 3 years ago

The Google Developer Console has changed and requires different info (compared to what I had in the readme instructions). I've now updated the readme with better instructions per the new Google Developer Console interface - specifically the "Setup consent screen" section.

I believe in order to fix your 403 problem you need to ensure:

I hope that helps/fixes your issue.

Jeroen00 commented 3 years ago

Thanks, the first bullet solution worked!