Method: albums.batchRemoveMediaItems
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-04-01 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-04-01 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"]]