이전에 공유한 앨범을 비공개로 표시합니다. 즉, 앨범이 더 이상 공유되지 않으며 소유자가 아닌 모든 사용자가 앨범에 액세스할 수 없게 됩니다. 소유자가 아닌 사용자의 모든 콘텐츠가 앨범에서 삭제됩니다. 소유자가 아닌 사용자가 이전에 자신의 라이브러리에 앨범을 추가한 경우, 모든 사진은 라이브러리에 보관됩니다. 이 작업은 API를 통해 개발자가 만든 앨범에서만 수행할 수 있습니다.
HTTP 요청
POST https://photoslibrary.googleapis.com/v1/albums/{albumId}:unshare
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-11-07(UTC)"],[[["Makes a shared album private, removing sharing access and all non-owner content, effective March 31, 2025."],["Non-owners who added the album to their library will keep any photos already in their library."],["Only applicable to albums created by the developer using the API, requiring the album ID in the request."],["Requires authorization with the `https://www.googleapis.com/auth/photoslibrary.sharing` scope."],["The request body should be empty, and a successful operation results in an empty response body."]]],[]]