How to connect a GAE app and a GCE app to the same datastore locally?
I am running into an issue similar to this one. I have a GAE app and a GCE app that seem to work fine once in the cloud but I am having trouble getting my local environment working so that both of them access the same datastore. I have setup the local datastore as described in the link above except my code looks like this (I had to build it this way in order to get it working in the cloud): print("Connecting to datastore - " + datasetId); // Get credentials form GCE if not local. Credential computeEngineCredential = DatastoreHelper.getComputeEngineCredential(); if(computeEngineCredential !=