Skip to content

where are (or how to build) the generated libraries? #1264

@qtxo

Description

@qtxo

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions