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

tutorials adds wrong port as source origin #78

Open
sidsarasvati opened this issue Mar 20, 2022 · 0 comments
Open

tutorials adds wrong port as source origin #78

sidsarasvati opened this issue Mar 20, 2022 · 0 comments

Comments

@sidsarasvati
Copy link

starter code runs on localhost:8080 however tutorials adds localhost:3000 to source uri

[4. Create a client ID](https://codelabs.developers.google.com/codelabs/sheets-api#3)

Before creating a client ID, you must turn on the Google Sheets API.

Use [this wizard](https://console.developers.google.com/start/api?id=sheets.googleapis.com) to go to the Enable access to API page.
Make sure the correct project is selected in the projects list at the top of the page, and then click Next.
Click Enable.
Next, add an OAuth client ID to your project.

Click Menu menu.png and go to APIs & Services > Credentials ([direct link](https://console.cloud.google.com/apis/credentials)).
Click Create Credentials > OAuth client ID.
For Application type, select Web application and add the name "Google Sheets API Quickstart".
For Authorized JavaScript origins, click Add URI and add the value http://localhost:3000.
@sidsarasvati sidsarasvati changed the title tutorials adds wrong point as source origin tutorials adds wrong port as source origin Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant