roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Google api explorer is not displaying any backend api #267

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Run backend from android studio
2. In the browser, Open link for google api explorer

What is the expected output? What do you see instead?
All the api defined in backend should be displayed, but no api is displayed. 
Attached is the screenshot. 

What version of the product are you using? On what operating system?
Android Studio version 1.1.0
build.gradle for backend: 

dependencies {
    appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.18'
    compile 'com.google.appengine:appengine-endpoints:1.9.18'
    compile 'com.google.appengine:appengine-endpoints-deps:1.9.18'
    compile 'javax.servlet:servlet-api:2.5'
    compile 'com.googlecode.objectify:objectify:5.1.5'
    compile 'com.ganyo:gcm-server:1.0.2'
}

Attached are the logs observed. 

Original issue reported on code.google.com by vivekm...@gmail.com on 22 Feb 2015 at 6:50

Attachments: