Maximum number of albums to return in the response. Fewer albums might be returned than the specified number. The default pageSize is 20, the maximum is 50.
pageToken
string
A continuation token to get the next page of the results. Adding this to the request returns the rows after the pageToken. The pageToken should be the value returned in the nextPageToken parameter in the response to the listSharedAlbums request.
excludeNonAppCreatedData
boolean
If set, the results exclude media items that were not created by this app. Defaults to false (all albums are returned). This field is ignored if the photoslibrary.readonly.appcreateddata scope is used.
Request body
The request body must be empty.
Response body
List of shared albums requested.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["This method lists all shared albums accessible in the Sharing tab of the user's Google Photos app, returning a maximum of 50 albums per request."],["The request must be a `GET` request to the `https://photoslibrary.googleapis.com/v1/sharedAlbums` endpoint and can include optional parameters for pagination and filtering."],["The response includes a list of shared albums and a token for retrieving additional albums if available."],["Authorization is required using one of the specified OAuth scopes, granting varying levels of access to the user's photo library."],["This method will be deprecated on March 31, 2025, due to changes in Photos APIs, so refer to the provided update documentation for migration instructions."]]],[]]