Muestra el álbum en función del albumId especificado. El elemento albumId debe ser el ID de un álbum que pertenezca al usuario o de un álbum compartido al que este se haya unido.
Solicitud HTTP
GET https://photoslibrary.googleapis.com/v1/albums/{albumId}
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]