Google Photos Picker API
अपनी Google Photos लाइब्रेरी से चुनी गई फ़ोटो देखें.
सेवा: photospicker.googleapis.com
सेवा का एंडपॉइंट
सेवा एंडपॉइंट एक बेस यूआरएल होता है, जो एपीआई सेवा के नेटवर्क पते के बारे में बताता है. किसी सेवा में कई सेवा एंडपॉइंट हो सकते हैं. इस सेवा का सेवा एंडपॉइंट यहां दिया गया है. यहां दिए गए सभी यूआरआई, इस सेवा एंडपॉइंट से जुड़े हैं:
https://photospicker.googleapis.com
तरीके |
create |
POST /v1/sessions
नया सेशन जनरेट करता है. इस सेशन के दौरान, उपयोगकर्ता तीसरे पक्ष के ऐक्सेस के लिए, फ़ोटो और वीडियो चुन सकता है. |
delete |
DELETE /v1/sessions/{sessionId}
तय किए गए सेशन को मिटाता है. |
get |
GET /v1/sessions/{sessionId}
चुने गए सेशन की जानकारी हासिल करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]