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?