Google Photos Picker API
Google 포토 라이브러리에서 선택한 사진을 봅니다.
서비스: photospicker.googleapis.com
서비스 엔드포인트
서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기준 URL입니다. 하나의 서비스는 여러 서비스 엔드포인트를 포함할 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.
https://photospicker.googleapis.com
메서드 |
create |
POST /v1/sessions
사용자가 서드 파티 액세스를 위해 사진 및 동영상을 선택할 수 있는 새 세션을 생성합니다. |
delete |
DELETE /v1/sessions/{sessionId}
지정된 세션을 삭제합니다. |
get |
GET /v1/sessions/{sessionId}
지정된 세션에 관한 정보를 검색합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-04(UTC)
[null,null,["최종 업데이트: 2024-11-04(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"]]