-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
The official web page https://developers.google.com/api-client-library/java/ still references the old version 1.25.0.
The latest official generated library for Drive API
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v2-rev361-1.25.0</version>
</dependency>
But, I am using version 1.28.0 I found in maven repo for some libs:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v2-rev20190501-1.28.0</version>
</dependency>
What is the correct and official version of the generated libraries?
Or should we generate our own?
Metadata
Metadata
Assignees
Labels
type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.