Top "Google-cloud-datastore" questions

Google Cloud Datastore is a scalable, fully-managed NoSQL document database for web and mobile applications.

App Engine: How to "reset" the datastore?

Well, I'm developing in App Engine (Java) and after a lot of tries and deployments, I need to reset the …

google-app-engine google-cloud-datastore
Best practice to query large number of ndb entities from datastore

I have run into an interesting limit with the App Engine datastore. I am creating a handler to help us …

google-app-engine app-engine-ndb google-cloud-datastore
How to fix error: A project ID is required for this service but could not be determined

I'm trying to insert data to Google Datastore from AppEngine and I'm getting an error: java.lang.IllegalArgumentException: A project …

google-app-engine google-cloud-datastore gcloud gcloud-java
Google App Engine: ImportError: No module named appengine.ext

I am trying to write a test for my GAE programme which uses the datastore. Following Google's Documentation, I see …

python python-2.7 google-app-engine google-cloud-datastore app-engine-ndb
What is the difference between a high-level and low-level Java API?

I'm learning about Google App Engine and Googles datastore from here and they keep mentioning "low-level Java API." What exactly …

java google-cloud-datastore
Secure Google Cloud Functions http trigger with auth

I am trying out Google Cloud Functions today following this guide: https://cloud.google.com/functions/docs/quickstart I created …

security authentication google-cloud-datastore google-cloud-functions
How do I delete all entities from my local Google App-engine datastore?

How can I remove all entities or reset the local datastore on my dev_appserver? I accidentally recursively called a …

google-app-engine google-cloud-datastore
Checking if Entity exists in google app engine datastore.

What is the best/fastest way to check if an Entity exists in a google-app-engine datastore? For now I'm trying …

java google-app-engine entity google-cloud-datastore
Webservice credentials - OpenID/Android AccountManager?

I'm building a webservice and would like to use the user's google account credentials. The service runs on GAE and …

android openid google-cloud-datastore accountmanager
Where is my local App Engine datastore?

How can I find where my local development datastore is located? I am using the Python SDK and Linux.

python google-app-engine google-cloud-datastore