নতুন পিকার API এবং গুরুত্বপূর্ণ লাইব্রেরি API পরিবর্তনগুলি সম্পর্কে জানুন৷
বিস্তারিত এখানে .
Method: albums.batchRemoveMediaItems
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This operation removes one or more media items from a specified album, requiring that both the items and the album were created by the developer via the API."],["Only media items added by the user or the entire album if created by the user can be removed from shared albums."],["The request will entirely fail if any invalid media item or album is specified, as partial success is not supported."],["To use this feature, you need to send a POST request to `https://photoslibrary.googleapis.com/v1/albums/{albumId}:batchRemoveMediaItems`, providing the `albumId` and a list of `mediaItemIds` in the request body."],["Authorization is required with either the `https://www.googleapis.com/auth/photoslibrary` or `https://www.googleapis.com/auth/photoslibrary.edit.appcreateddata` scope."]]],["This outlines the process of removing media items from an album via the Google Photos API. It involves a `POST` request to a specific URL using the `albumId` as a path parameter. The request body, in JSON format, requires an array of `mediaItemIds` which are to be removed. The `mediaItemIds` array must not be empty or contain duplicates, limited to a maximum of 50 IDs. Successful requests result in an empty response body, while failures result in no changes. Authorization requires specific OAuth scopes.\n"]]