Hello Folks,
I am working through the setup for the Google Cloud Datastore and have run into a problem. I have successfully gone through all steps but when I run the tutorial in my Terminal it says that the event was received, then that there was an error, then that it was stored. When I go to the Datastore nothing is shown. Can you help?
google-cloud-datastore-tutorial in Terminal:
Particle event received from Pub/Sub!
{ gc_pub_sub_id: '74721053200658',
device_id: '1e00XXXXXXXXXXXX',
event: 'Humidity',
data: 123,
published_at: '2017-08-17T18:16:35.507Z' }
There was an error storing the event { Error: The project "my-project-149XXXXXXX" does not exist or it does not contain an active Cloud Datastore database. Please visit http://console.cloud.google.com to create a project or https://console.cloud.google.com/datastore/setup?project="my-project-1499832078835" to add a Cloud Datastore database. Note that Cloud Datastore always has an associated App Engine app and this app must not be disabled.
at /Users/Zeytin/google-cloud-datastore-tutorial/node_modules/grpc/src/node/src/client.js:569:15 code: 404, metadata: Metadata { _internal_repr: {} } }
Particle event stored in Datastore!
{ gc_pub_sub_id: '7XXXXXXXX',
device_id: '1eXXXXXXXXXX',
event: 'Humidity',
data: 123,
published_at: '2017-08-17T18:16:35.507Z' }
This is what my Datastore page looks like: