Google Photos Picker API
Google Fotoğraflar kitaplığınızdan seçtiğiniz fotoğrafları görüntüleyin.
Hizmet: photospicker.googleapis.com
Hizmet uç noktası
Hizmet uç noktası, bir API hizmetinin ağ adresini belirten bir ana URL'dir. Bir hizmetin birden fazla hizmet uç noktası olabilir. Bu hizmetin aşağıdaki hizmet uç noktası vardır ve aşağıdaki tüm URI'ler bu hizmet uç noktasıyla ilgilidir:
https://photospicker.googleapis.com
Yöntemler |
create |
POST /v1/sessions
Kullanıcının üçüncü taraf erişimi için fotoğraf ve video seçebileceği yeni bir oturum oluşturur. |
delete |
DELETE /v1/sessions/{sessionId}
Belirtilen oturumu siler. |
get |
GET /v1/sessions/{sessionId}
Belirtilen oturum hakkında bilgi getirir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-04 UTC.
[null,null,["Son güncelleme tarihi: 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"]]