cloud-nodejs icon indicating copy to clipboard operation
cloud-nodejs copied to clipboard

Build a Node.js Web App using Google Cloud Platform

Results 13 cloud-nodejs issues
Sort by recently updated
recently updated
newest added

// AS-IS In file book.js var dataset = gcloud.datastore.dataset(); // TO BE This is the corrected code - var datastore = gcloud.datastore({ projectId: config.projectId, keyFilename: config.keyFilename }); The problem with...

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

I tried running the `node app.js` but it gave me a gcloud error. gcloud wasn't added to the dependency. After I add the dependency, it gave me more error