Closed UnknownSilicon closed 5 years ago
Thanks - looks like something went out of date between the authentication library and gax-grpc. We'll bump all dependencies in the next library release that should be coming shortly.
This should be fixed in the latest release - can you try this again with version 1.3.0
?
(Thanks for preparing a pull request, but unfortunately we had to verify and bump a few other dependencies at the same time.)
That seems to have fixed it, thanks for the help!
When using the java-photoslibrary api with the following dependencies, the error
is thrown. This seems to be due to an out of date version of the
com.google.api:gax
dependency. Currently, version 1.43 is used. When I forced gradle to use version 1.44 of the api, the issue was resolved.I reccomend changing the version from 1.43 to 1.44 on https://github.com/google/java-photoslibrary/blob/9230526ed31b19aa89960215b38a3f5a4729fcea/photoslibraryapi/build.gradle#L50
Depdendencies: