-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Description
var gcloud = require('gcloud')({
projectId: "project-id",
credentials: require('./key.json')
});
var ds = gcloud.datastore.dataset();I assume "project-id" is the same as the one I see inside the Google API Console.
I get:
{ [Error: Backend Error] errors: [], code: 503, message: 'Backend Error' }
Not sure what this means, I downloaded the service account json and I have enabled the appropriate APIs.
Thanks!
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.