Learn about the new Picker API and important Library API changes.
Details here.
Google Photos Picker API
View photos you select from your Google Photos library.
Service: photospicker.googleapis.com
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://photospicker.googleapis.com
Methods |
create |
POST /v1/sessions
Generates a new session during which the user can pick photos and videos for third-party access. |
delete |
DELETE /v1/sessions/{sessionId}
Deletes the specified session. |
get |
GET /v1/sessions/{sessionId}
Retrieves information about the specified session. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["Google Photos Picker API allows developers to integrate a feature where users can select photos from their Google Photos library."],["Developers can create, retrieve, and delete sessions for users to pick photos using the `v1.sessions` resource."],["The `v1.mediaItems` resource lets developers list the media items selected by a user within a specific session."],["The API service endpoint for interacting with Google Photos Picker is `https://photospicker.googleapis.com`."]]],["The core content outlines how to interact with a service for accessing user-selected photos from Google Photos. It allows creation, deletion, and retrieval of sessions for photo selection via `v1.sessions` resource. The `v1.mediaItems` resource provides a method to list the media items (photos and videos) chosen by the user during a session. The service endpoint is `https://photospicker.googleapis.com`, and all related URIs are relative to this endpoint.\n"]]