Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
qtxo opened this issue May 31, 2019 · 3 comments · Fixed by #1353
Closed

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

qtxo opened this issue May 31, 2019 · 3 comments · Fixed by #1353
Assignees
Labels
type: question Request for information or clarification. Not an issue.

Comments

@qtxo
Copy link

qtxo commented May 31, 2019

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?

@chingor13
Copy link
Collaborator

Apologies, we are in the process of updating those docs to point to the real latest versions.

The source code for the newest versions exists https://github.com/googleapis/google-api-java-client-services

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Jun 4, 2019
@chingor13 chingor13 added the type: question Request for information or clarification. Not an issue. label Jun 6, 2019
@yoshi-automation yoshi-automation removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Jun 6, 2019
@qtxo
Copy link
Author

qtxo commented Aug 4, 2019

The source code for the newest versions exists https://github.com/googleapis/google-api-java-client-services

I can't find the sources for Admin Directory API, they exist in a private repo?

@chingor13 chingor13 self-assigned this Aug 12, 2019
@chingor13
Copy link
Collaborator

The missing Admin APIs from the list was fixed in googleapis/google-api-java-client-services#2607. Links from the README to the list of services is being fixed in #1353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants