sheets-api-codelab
sheets-api-codelab copied to clipboard
Authorized Javascript Origin should be http://localhost:8080
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.