[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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."]]],["This document details how to leave a shared Google Photos album. The core action is using a `POST` request to `https://photoslibrary.googleapis.com/v1/sharedAlbums:leave`. The request requires a `shareToken` in the JSON body. A successful request returns an empty response body. Authorization requires the `https://www.googleapis.com/auth/photoslibrary.sharing` scope. This method will stop working after March 31, 2025, as the required scopes are being removed. The user must not be the owner of the album to leave it.\n"]]