when running demo from google-cloud-datastore-1beta2-rev1-2.1.1/
adams.py <project-id>
ERROR:root:Error while doing datastore operation
ERROR:root:RPCError: beginTransaction Unauthorized.
ERROR:root:HTTPError: 403 Forbidden
- I ensured the GCE instance has service account enabled (permissions below)
- Cloud datastore API is enable in cloud console for the project
- google cloud datastore is correctly installed in the GCE
- As I am inside a GCE instance I dont need the private key file
Permissions User info Enabled Compute Read Write Storage Full Task queue Enabled BigQuery Enabled Cloud SQL Enabled
What am I missing? Please help
gcutil getinstance <my-instance>and looking at the scopes listed. - Patrick Costello