您正在查看 Google Photos Library API 的旧版文档。
Method: sharedAlbums.leave
代表 Google 相册用户退出先前加入的共享影集。该用户不得为此影集的所有者。
HTTP 请求
POST https://photoslibrary.googleapis.com/v1/sharedAlbums:leave
网址采用 gRPC 转码语法。
请求正文
请求正文中包含结构如下的数据:
JSON 表示法 |
{
"shareToken": string
} |
字段 |
shareToken |
string
必需。代表用户退出共享影集的令牌。
|
授权范围
需要以下 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。"],[[["Leaves a previously-joined shared album for a Google Photos user who doesn't own the album."],["Requires a POST request to the `https://photoslibrary.googleapis.com/v1/sharedAlbums:leave` endpoint."],["The request body must contain the shareToken of the album to be left."],["Upon success, the API returns an empty response body."],["Utilizes the `https://www.googleapis.com/auth/photoslibrary.sharing` OAuth scope for authorization."]]],[]]