Connect Google Datastore From Existing Google Compute Engine In Python
I'm trying to connect to Datastore from existing compute engine instance and I'm getting: [ python 2.7 - googledatastore-v1beta2_rev1_2.1.0-py2.7 ] googledatastore.connection.RPCE
Solution 1:
This is currently a bug in the Cloud Datastore client library. If you are running on GCE, it will try to use the scope rules and then fail before trying other authentication methods.
Post a Comment for "Connect Google Datastore From Existing Google Compute Engine In Python"