Skip to content

503 Error when trying anything #294

@sdog869

Description

@sdog869
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.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions