Endpoint not visible on apis-explorer after google-api-services-drive

22 views
Skip to first unread message

Jimens Lima

unread,
Mar 25, 2018, 12:12:08 PM3/25/18
to Google App Engine
Hello everyone, I'm creating a new endpoint on my project to download files from GDrive.
The project is running fine locally, however after deploy it to App Engine, the list of Endpoints disappeared on apis-explorer .

This is the version of google-api-services-drive (latest). Also tried with other versions.

<dependency>

    <groupId>com.google.apis</groupId>

    <artifactId>google-api-services-drive</artifactId>

    <version>v3-rev108-1.23.0</version>

</dependency>


Any ideas?

Jordan (Cloud Platform Support)

unread,
Mar 25, 2018, 5:52:10 PM3/25/18
to Google App Engine
Make sure you are correctly using the proper dependencies for Endpoints to work, and you perform a 'mvn clean' before deploying. Also make sure your new service is added under 'EndpointsServlet' 'services' in your web.xml

- Note that Google Groups is reserved for general product discussions and not for tech support. If you require further technical support it is recommended to post your detailed questions to Stack Overflow using the supported cloud tags. 
Reply all
Reply to author
Forward
0 new messages