Method: albums.unshare
将先前的共享影集标记为不公开。这意味着该影集将不再支持分享,所有非所有者用户都将无法访问该影集。所有非所有者的内容都将从影集中移除。如果非所有者用户先前已将该影集添加至自己的媒体库,则相应内容将保留于其中。您只能在由开发者通过 API 创建的影集上执行该操作。
HTTP 请求
POST https://photoslibrary.googleapis.com/v1/albums/{albumId}:unshare
网址采用 gRPC 转码语法。
路径参数
参数 |
albumId |
string
必需。要停止分享的影集的标识符。此影集 ID 必须属于由开发者创建的影集。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/photoslibrary.sharing
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["Makes a shared album private, removing sharing access and all non-owner content, effective March 31, 2025."],["Non-owners who added the album to their library will keep any photos already in their library."],["Only applicable to albums created by the developer using the API, requiring the album ID in the request."],["Requires authorization with the `https://www.googleapis.com/auth/photoslibrary.sharing` scope."],["The request body should be empty, and a successful operation results in an empty response body."]]],[]]