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

Is google.golang.org/api/photoslibrary/v1 removed #6

Open
mong0520 opened this issue Jun 8, 2019 · 2 comments
Open

Is google.golang.org/api/photoslibrary/v1 removed #6

mong0520 opened this issue Jun 8, 2019 · 2 comments

Comments

@mong0520
Copy link

mong0520 commented Jun 8, 2019

HI, your project is awesome, I have a question about "google.golang.org/api/photoslibrary/v1"
For official google photo API clients, it seems be removed (Ref: https://github.com/googleapis/google-api-go-client).

Do you have any idea about this?

@pdecat
Copy link

pdecat commented Jun 10, 2019

Yes it was removed in v0.4.0:

Deletes photoslibrary/v1. The photoslibrary team hopes to fully support Go in the near future, but this autogenerated library is ready to be sunset. If you rely on this client, please vendor this library at v0.3.2.

https://github.com/googleapis/google-api-go-client/blob/aac82e61c0c8fe133c297b4b59316b9f481e1f0a/CHANGES.md#v040

You have to get version 0.3.2:

# go get google.golang.org/[email protected]

cf. #4
and googleapis/google-api-go-client#354
and https://code-review.googlesource.com/c/google-api-go-client/+/39951

@pacoorozco
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants