You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sidsarasvati
changed the title
tutorials adds wrong point as source origin
tutorials adds wrong port as source origin
Mar 20, 2022
starter code runs on localhost:8080 however tutorials adds localhost:3000 to source uri
The text was updated successfully, but these errors were encountered: