Google Cloud Endpoint 404 after deployment
google-app-engine, google-cloud-endpoints, http-status-code-404
Solution
I discovered that even though I only have one version (v1) deployed and that version was indicated as the "default" version in the app engine management console, I still had to "set" v1 as default before the API was accessible.
Problem
Now that Google Cloud Endpoints have been opened up to all developers, I have created a Google Cloud Endpoint which works run a run locally in Eclipse debugging. But when I deploy, the live endpoint just returns an HTTP 404. My project's JSP pages run both locally and deployed. It's just the endpoints the don't work once deployed. Anybody got any idea what I need to do to deploy cloud endpoints?