নতুন পিকার API এবং গুরুত্বপূর্ণ লাইব্রেরি API পরিবর্তনগুলি সম্পর্কে জানুন৷
বিস্তারিত এখানে .
Google Photos Picker API
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনার Google ফটো লাইব্রেরি থেকে বেছে নেওয়া ফটোগুলি দেখুন৷
পরিষেবা: photospicker.googleapis.com
পরিষেবা শেষ পয়েন্ট
একটি পরিষেবা শেষ পয়েন্ট হল একটি বেস URL যা একটি API পরিষেবার নেটওয়ার্ক ঠিকানা নির্দিষ্ট করে৷ একটি পরিষেবার একাধিক পরিষেবা শেষ পয়েন্ট থাকতে পারে। এই পরিষেবাটির নিম্নলিখিত পরিষেবা শেষ পয়েন্ট রয়েছে এবং নীচের সমস্ত URIগুলি এই পরিষেবার শেষ পয়েন্টের সাথে সম্পর্কিত:
-
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGoogle Photos Picker API allows developers to integrate a feature where users can select photos from their Google Photos library.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can create, retrieve, and delete sessions for users to pick photos using the \u003ccode\u003ev1.sessions\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ev1.mediaItems\u003c/code\u003e resource lets developers list the media items selected by a user within a specific session.\u003c/p\u003e\n"],["\u003cp\u003eThe API service endpoint for interacting with Google Photos Picker is \u003ccode\u003ehttps://photospicker.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# Google Photos Picker API\n\nView photos you select from your Google Photos library.\n\n- [REST Resource: v1.mediaItems](#v1.mediaItems)\n- [REST Resource: v1.sessions](#v1.sessions)\n\nService: photospicker.googleapis.com\n------------------------------------\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_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:\n\n- `https://photospicker.googleapis.com`\n\nREST Resource: [v1.mediaItems](/photos/picker/reference/rest/v1/mediaItems)\n---------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------|\n| [list](/photos/picker/reference/rest/v1/mediaItems/list) | `GET /v1/mediaItems` Returns a list of media items picked by the user during the specified session. |\n\nREST Resource: [v1.sessions](/photos/picker/reference/rest/v1/sessions)\n-----------------------------------------------------------------------\n\n| Methods ||\n|------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [create](/photos/picker/reference/rest/v1/sessions/create) | `POST /v1/sessions` Generates a new session during which the user can pick photos and videos for third-party access. |\n| [delete](/photos/picker/reference/rest/v1/sessions/delete) | `DELETE /v1/sessions/{sessionId}` Deletes the specified session. |\n| [get](/photos/picker/reference/rest/v1/sessions/get) | `GET /v1/sessions/{sessionId}` Retrieves information about the specified session. |"]]