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-21。
[null,null,["最后更新时间 (UTC):2024-11-21。"],[[["This method allows a Google Photos user to leave a shared album they have joined, provided they do not own the album."],["To use this method, you'll need to send a POST request to the specified URL with the necessary authorization and a request body containing the shareToken."],["Successful execution of this method will result in an empty response body, indicating the user has left the shared album."],["This method requires the `https://www.googleapis.com/auth/photoslibrary.sharing` OAuth scope for authorization."],["**Important:** This method will be deprecated on March 31, 2025, due to the removal of associated scopes, so please refer to the provided Photos APIs updates for alternatives."]]],[]]