cloud-nodejs
cloud-nodejs copied to clipboard
Nodejs Web app nits
I noticed the following nits as I worked through the Build a Node.js Web app on this page: https://codelabs.developers.google.com/codelabs/cloud-nodejs/#9
Nit 1. Under "Set up OAuth 1.0 Client" "First, you need to create a web application client for authentication." Shouldn't this be "... create a web application client ID for authentication ...
Nit 2. You'll need the URL that you've been using to access the app from the browser. That will have the form https://8080-dot-<9 digit number>-dot-devshell.appspot.com/
My URl has an embedded 7-digit number (not 9 digits).
Nit 3. In the same section, to access the fields referenced in 6, 7, & 8, the user first needs to click the OAuth consent screen tab this should be done before creating the credentials.
Nit 4:
Fix typo: "Next, you will associated users with the books they add and query Datastore for only that user's books." -> "Next, you will associate users ..."