Reputation: 3081
Ok, this caused me a LOT of pain, so I'm posting this in the hope it helps someone at some point.
You push a Go/Java program to a production App Engine environment, and you get an error, "Cloud Datastore service" when you view your app live.
See answer below.
-- shane
Upvotes: 3
Views: 257
Reputation: 3081
The problem is your application doesn't have a "default" version.
Go to the App Engine admin (via https://appengine.google.com) -> "versions" and make sure there is a version set to "default".
This will fix it.
-- shane
Upvotes: 3