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

Wrong code sample - Step #9 Upload Book Images

Open Ernesto-Valdes opened this issue 7 years ago • 1 comments

Currently shows:

var gcloud = require('gcloud')({                                                                                                                                                                 
    projectId: config.projectId,                                                  
    keyFilename: config.keyFilename                                               
  });

It should show:

var gcloud = require('gcloud');

Ernesto-Valdes avatar Feb 28 '17 23:02 Ernesto-Valdes