Releases: google/java-photoslibrary
Releases · google/java-photoslibrary
v1.1.0
This release includes new calls for shared Albums and a new call to retrieve a list of media items by their ID:
- New call
batchGetMediaItems(..)
to retrieve a list of media items by their identifier - New call
leaveSharedAlbum(shareToken)
to leave a shared album a user has joined - New call
unshareAlbum(albumId)
to unshare a previously shared album and mark it as private - New call
getSharedAlbum(shareToken)
to retrieve an album by a share token
See the javadoc reference documentation and the development guides for further details.
Bug fix release v1.0.1
Small bug fix release.
- Fixes
batchCreateMediaItems(...)
calls that were always throwingInvalidArgumentException
: https://issuetracker.google.com/116404249
Initial release
First release of the Google Photos Library API client library for Java.
The library is now available on Maven Central. See the readme for details on how to include it in your project as a dependency.
The javadoc is available here: https://google.github.io/java-photoslibrary/1.0.0/
For general information about the Google Photos Library API, see the developer documentation at: http://developers.google.com/photos