Restituisce l'album in base al valore albumId specificato. albumId deve essere l'ID di un album di proprietà dell'utente o di un album condiviso a cui l'utente partecipa.
Richiesta HTTP
GET https://photoslibrary.googleapis.com/v1/albums/{albumId}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-09-12 UTC."],[[["This method retrieves a specific album using its `albumId`, provided the album is owned by the user or is a shared album they have joined."],["The request requires an `albumId` as a path parameter and an empty request body."],["A successful response returns an [Album](/photos/library/reference/rest/v1/albums#Album) object containing the album's data."],["Authorization is necessary using one of the specified OAuth scopes, including options for read-only access and accessing app-created data."],["Functionality changes are coming in March 2025, limiting interactions to media from your app; see [Photos APIs updates](https://developers.google.com/photos/updates.md) for details."]]],[]]