AI-generated Key Takeaways
-
Retrieves details about a specific photo picking session using its unique identifier.
-
Returns a
NOT_FOUNDerror if the session doesn't exist or isn't owned by the user, and aPERMISSION_DENIEDerror if access has expired. -
Requires authorization with the
https://www.googleapis.com/auth/photospicker.mediaitems.readonlyscope for accessing session information. -
Provides the session details in the response body if the request is successful.
Retrieves information about the specified session.
If the specified session does not exist or is not owned by the user, a NOT_FOUND error is returned. If the session exists but access to the session has expired, a PERMISSION_DENIED error is returned.
HTTP request
GET https://photospicker.googleapis.com/v1/sessions/{sessionId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
sessionId |
Required. The Google-generated identifier for this session. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PickingSession.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/photospicker.mediaitems.readonly