Ernesto Valdes

Results 3 issues of Ernesto Valdes

``` ERROR:@google/cloud-debug: Failed to re-register debuggee YOUR_APP_NAME: Error: Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information. ``` I'm able to see the app on port 8080...

Currently shows: ``` var gcloud = require('gcloud')({ projectId: config.projectId, keyFilename: config.keyFilename }); ``` It should show: ``` var gcloud = require('gcloud'); ```