Ein zuvor geteiltes Album wird als privat markiert. Dies bedeutet, dass das Album nicht mehr geteilt wird und alle Nichteigentümer den Zugriff auf das Album verlieren. Alle Inhalte, die nicht dem Inhaber gehören, werden aus dem Album entfernt. Wenn ein Nutzer, der nicht der Inhaber ist, das Album zuvor seiner Mediathek hinzugefügt hat, bleiben alle Fotos in seiner Mediathek erhalten. Diese Aktion ist nur bei Alben möglich, die vom Entwickler über die API erstellt wurden.
HTTP-Anfrage
POST https://photoslibrary.googleapis.com/v1/albums/{albumId}:unshare
Erforderlich. Die Kennung des Albums, dessen Freigabe aufgehoben werden soll. Diese Album-ID muss zu einem Album gehören, das vom Entwickler erstellt wurde.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]