Google-api-php-client: Trying Google API it's a mess

Created on 21 Nov 2020  路  4Comments  路  Source: googleapis/google-api-php-client

I passed 7 circles of hell and figured out how to do anything, now I get this

````
Authorization Error
Error 403: access_denied
The developer hasn鈥檛 given you access to this app. It鈥檚 currently being tested and it hasn鈥檛 been verified by Google. If you think you should have access, contact the developer ([email protected]).
Learn more
Request Details

access_type=online
response_type=code
redirect_uri=http://localhost:8000/simple-file-upload.php
client_id=934053423208-avr87bbg7pcqh330elauhot9edjv3i3f.apps.googleusercontent.com
scope=https://www.googleapis.com/auth/drive

````

How do I overcome this????????

triage me

Most helpful comment

In my case, it was much simpler - I had to publish application from test to production.

All 4 comments

1) upload logo
2) add emails
3) add scopes
4) add user - your email

In my case, it was much simpler - I had to publish application from test to production.

Looks like you were able to get it working! Sorry to hear you had such a difficult time.

Did you follow the instructions here for integrating with OAuth, or some other instructions?

Was this page helpful?
0 / 5 - 0 ratings