-
Notifications
You must be signed in to change notification settings - Fork 489
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
Authorization code is not showing up in authorization flow #95
Comments
Solved. The problem was that the first step that the API asks you for in its official tutorial is to click on the "Enable Google Calendar API" button, where it asks you to write the URL of your web server. The description says: "this is the path in your application that users are redirected to after they have authenticated with Google. The path will be appended with the authorization code for access". The problem was that I wrote the home path of my application |
To clarify, when you go through the authorization process and reach the URI callback (mine was simply
Simply copy the space labeled |
Expected Behavior
After following the link printed in the console when doing the quickstart, an authorization code should appear so I can copy-paste it in my console.
Actual Behavior
I can access the link, which guides me through the following steps:
Where is the code I should see to copy and paste into my console?
Specifications
The text was updated successfully, but these errors were encountered: