-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.
Description
After following the instructions in the gcloud documentation, I still can't get the local Datastore emulator working. I've set up a REST API to store data in my Datastore when I receive specific requests. These requests correctly result in storing the data in my Datastore when the application is deployed to Google Cloud, but when I try to perform the same requests locally, I receive the following error:
{ [Error: Bad Request] code: 400, metadata: Metadata { _internal_repr: {} } }
The command line running the gcd.sh script is displaying the following when I send the request, but shows no errors:
May 19, 2016 9:33:39 AM io.gapi.emulators.grpc.GrpcServer$3 operationComplete
INFO: Adding handler(s) to newly registered Channel.
May 19, 2016 9:33:39 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
INFO: Detected HTTP/2 connection.
May 19, 2016 9:33:40 AM io.gapi.emulators.grpc.GrpcServer$3 operationComplete
INFO: Adding handler(s) to newly registered Channel.
May 19, 2016 9:33:40 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
INFO: Detected HTTP/2 connection.
Does anyone have any idea what might be going on?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.