Google datastore.lookup in Node.js returns no results
问题 I'm trying to run a simple lookup against my Google datastore data via the google-api-nodejs-client JS plugin. When I run this lookup using Google's "try it now" tool, it works fine: Request POST https://www.googleapis.com/datastore/v1beta2/datasets/healthier-staging/lookup?key={YOUR_API_KEY} { "keys": [ { "path": [ { "kind": "Subscriber", "name": "+1215XXXXXXX" } ] } ] } Response 200 OK { "found": [ { "entity": { "key": { "partitionId": { "datasetId": "s~healthier-staging" }, "path": [ {