您正在查看 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):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eLeaves a previously-joined shared album for a Google Photos user who doesn't own the album.\u003c/p\u003e\n"],["\u003cp\u003eRequires a POST request to the \u003ccode\u003ehttps://photoslibrary.googleapis.com/v1/sharedAlbums:leave\u003c/code\u003e endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain the shareToken of the album to be left.\u003c/p\u003e\n"],["\u003cp\u003eUpon success, the API returns an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003ehttps://www.googleapis.com/auth/photoslibrary.sharing\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: sharedAlbums.leave\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLeaves a previously-joined shared album on behalf of the Google Photos user. The user must not own this album.\n\n### HTTP request\n\n`POST https://photoslibrary.googleapis.com/v1/sharedAlbums:leave`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------|\n| ``` { \"shareToken\": string } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------|\n| `shareToken` | `string` Required. Token to leave the shared album on behalf of the user. |\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/photoslibrary.sharing`"]]