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

Nodejs Web app nits #6

Open
aman-ebay opened this issue May 31, 2016 · 0 comments
Open

Nodejs Web app nits #6

aman-ebay opened this issue May 31, 2016 · 0 comments

Comments

@aman-ebay
Copy link

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 ..."

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