您目前查看的是 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
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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`"]]