您目前查看的是 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 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-07 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]