cloud-nodejs
cloud-nodejs copied to clipboard
Wrong code sample - Step #9 Upload Book Images
Currently shows:
var gcloud = require('gcloud')({
projectId: config.projectId,
keyFilename: config.keyFilename
});
It should show:
var gcloud = require('gcloud');