访问Cloud Datastore需要两个范围:
datastore.ScopeDatastore和
datastore.ScopeUserEmail:
opts, err := oauth2.New( google.ServiceAccountJSonKey("CassandraTest-key.json"), oauth2.Scope(datastore.ScopeDatastore, datastore.ScopeUserEmail),)
访问Cloud Datastore需要两个范围:
datastore.ScopeDatastore和
datastore.ScopeUserEmail:
opts, err := oauth2.New( google.ServiceAccountJSonKey("CassandraTest-key.json"), oauth2.Scope(datastore.ScopeDatastore, datastore.ScopeUserEmail),)