I'm trying to use the Google Plugin to create a Web API backend as shown in this video:
Building web API's for Android seen from 26:50 until 39:40
I am able to start a local version of my App Engine and insert / get data to and from it using curl, as shown on this website: http://ido-green.appspot.com/CloudEndpoints/CloudEndpointsWebBlogPost.html
I have no experience with Web Apps whatsoever, but so the first mentioned video and wanted to experiment with it. So I want an Android app with Web App Engine as backend.
Now, I deployed it using the Google plugin and then went to https://my-application-id.appspot.com/_ah/api/explorer
That should give me some api, but nothing is there! If I go to
https://my-application-id.appspot.com, it says 'not found'. I went to https://appengine.google.com/ and there my application is shown. Clicking on 'backends', it says there are none.
I've been searching online quite some hours now, I cannot get a decente example how to handle this.
Is there someone with experience on this?
edit: when I go to localhost:8888/_ah/admin/backends it says "This application doesn't define any backends. See the documentation for more."
So what actually is my biggest question: why does .appspot.com/_ah/api/discovery/v1/apis give 'not found' back? I should have an API now