You are viewing the legacy documentation for the Google Photos Library API.
Method: mediaItems.get
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["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 endpoint retrieves a specific media item using its unique identifier."],["The request is made using an HTTP GET request to the specified URL with the `mediaItemId` as a path parameter."],["An empty request body is required, and a successful response returns a `MediaItem` object."],["Authorization is necessary using one of the listed OAuth scopes related to Google Photos Library access."]]],["Retrieves a specific media item using its identifier. The request is a `GET` to the provided URL, `https://photoslibrary.googleapis.com/v1/mediaItems/{mediaItemId}`, with the `mediaItemId` parameter being mandatory. The request body must be empty. A successful response contains a `MediaItem` instance. Access requires one of the listed OAuth authorization scopes: `photoslibrary`, `photoslibrary.readonly`, or `photoslibrary.readonly.appcreateddata`.\n"]]