sheets-api-codelab icon indicating copy to clipboard operation
sheets-api-codelab copied to clipboard

Authorized Javascript Origin should be http://localhost:8080

Open adkelley opened this issue 5 years ago • 0 comments

Step 4 states that the Authorized Javascript Origin should be http://localhost:3000. This doesn't work. Instead, I had to whitelist http://localhost:8080 because the express code 'server.js' is listening on port 8080.

adkelley avatar Apr 15 '20 19:04 adkelley