cloud-nodejs
cloud-nodejs copied to clipboard
Build a Node.js Web App using Google Cloud Platform
https://codelabs.developers.google.com/codelabs/cloud-nodejs leads to 404
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 30.0.0 to 59.0.0. Release notes Sourced from googleapis's releases. v59.0.0 ⚠ BREAKING CHANGES This release has breaking changes. This release has breaking changes. This release has breaking...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 30.0.0 to 59.0.0. Release notes Sourced from googleapis's releases. v59.0.0 ⚠ BREAKING CHANGES This release has breaking changes. This release has breaking changes. This release has breaking...
After creating the first Entity it and try to run the node app according to STEP-6 I get the following error. ``` Running on http://localhost:8080/ /home/user_name/cloud-nodejs/start/app.js:40 var keyBooks = books.map((book)...
Due to some recent Datastore updates, some GCP Next participants ran into errors with this lab during the event. IMHO, we need some way to automatically/periodically test this and other...
This codebase seems to be fairly similar to the [GCP Node.js getting started](https://github.com/GoogleCloudPlatform/nodejs-getting-started) tutorial. Would it be worth combining the two to reduce duplicated effort? cc @jsimonweb @hostirosti
https://codelabs.developers.google.com/codelabs/cloud-nodejs/index.html?index=..%2F..%2Fcloud#10 Near the top of the page, section 11, 'Display a user's books', there is a 'books.js' code snippet. The 'books.js' heading has two github symbols in it.
Currently shows: ``` var gcloud = require('gcloud')({ projectId: config.projectId, keyFilename: config.keyFilename }); ``` It should show: ``` var gcloud = require('gcloud'); ```
In the [List All Books](https://codelabs.developers.google.com/codelabs/cloud-nodejs/index.html?index=..%2F..%2Fcloud#6) page **Query For Entities section** The following step throws an exception: > To view your changes, stop your running node.js web server by pressing CTRL...