I am using the local GAE development server java_dev_appserver
to debug my app. When using Datastore, it is suppose to store the data in a file called local_db.bin
but instead it is storing the data in the Datastore of GAE online.
I'm not using a service account locally to cause the redirect, so I'm not sure why this is happening. Has something changed in either the java_dev_appserver
or the client libraries that cause the data to be stored online?
Interestingly, the console messages from java_dev_appserver
indicate that local_db.bin
will be created. But it never gets created and data goes straight to the online storage.