Skip to content
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

Trying Google API it's a mess #2001

Closed
ghost opened this issue Nov 21, 2020 · 8 comments
Closed

Trying Google API it's a mess #2001

ghost opened this issue Nov 21, 2020 · 8 comments
Assignees
Labels
triage me I really want to be triaged.

Comments

@ghost
Copy link

ghost commented Nov 21, 2020

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’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 (blabla@gmail.com).
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????????

@ghost
Copy link
Author

ghost commented Nov 21, 2020

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

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Nov 21, 2020
@IanMkoll
Copy link

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

@bshaffer
Copy link
Contributor

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

@bshaffer
Copy link
Contributor

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

@bikrambox
Copy link

Just got the Error and Fixed it myself.
When creating the API Creds
https://console.cloud.google.com/apis/credentials/consent?project={PROJECT NAME}
Got to ---> API--> Credentials and then in consent ---->ADD test users, (USING THEIR EMAIL ID) and save it and Voila! it works

@bikrambox
Copy link

BTW I was testing the Gmail API, will let you know with Drive API

@tomstafford
Copy link

BTW I was testing the Gmail API, will let you know with Drive API

This is what fixed it for me with Drive API

@Benevolent
Copy link

Same , specifically creating the Test User solved the issue in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

7 participants
@bshaffer @tomstafford @bikrambox @Benevolent @yoshi-automation @IanMkoll and others