Method: albums.batchRemoveMediaItems
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["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"]]