Hi,
I'm building an app which should share the Datastore with an App Engine app. I want to test this locally, so I've read in the troubleshooting guide that I have to use gcd.sh and point it to a directory with a pre-created Datastore project.
Is there a way to serve the App Engine SDK's Datastore from this folder? Or do I need to setup some sort of intricate process in order to copy the contents of the App Engine SDK Datastore to the one server from the special folder?
I'm on Windows 10 for dev, and GCE Linux for deployment.
Hi,
I'm building an app which should share the Datastore with an App Engine app. I want to test this locally, so I've read in the troubleshooting guide that I have to use
gcd.shand point it to a directory with a pre-created Datastore project.Is there a way to serve the App Engine SDK's Datastore from this folder? Or do I need to setup some sort of intricate process in order to copy the contents of the App Engine SDK Datastore to the one server from the special folder?
I'm on Windows 10 for dev, and GCE Linux for deployment.