ดูข้อมูลเกี่ยวกับ Picker API ใหม่และการเปลี่ยนแปลงที่สำคัญของ Library API
ดูรายละเอียดที่นี่
Google Photos Picker API
ดูรูปภาพที่เลือกจากคลังภาพของ Google Photos
บริการ: photospicker.googleapis.com
ปลายทางบริการ
ปลายทางบริการคือ URL พื้นฐานที่ระบุที่อยู่เครือข่ายของบริการ API บริการหนึ่งๆ อาจมีปลายทางบริการหลายรายการ บริการนี้มีปลายทางบริการดังต่อไปนี้ และ URI ทั้งหมดด้านล่างจะเกี่ยวข้องกับปลายทางบริการนี้
https://photospicker.googleapis.com
เมธอด |
create |
POST /v1/sessions
สร้างเซสชันใหม่ในระหว่างที่ผู้ใช้สามารถเลือกรูปภาพและวิดีโอสำหรับการเข้าถึงของบุคคลที่สาม |
delete |
DELETE /v1/sessions/{sessionId}
ลบเซสชันที่ระบุ |
get |
GET /v1/sessions/{sessionId}
เรียกข้อมูลเกี่ยวกับเซสชันที่ระบุ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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"]]