Check whether the user has finished picking
check_pick_sessionPoll a Google Photos picker session to know when the user confirms their selection, so you can proceed or ask them to open the link if needed.
Instructions
Poll a picker session started by start_pick_session. ready is true once the user has confirmed a selection.
Respect the poll_interval_seconds from start_pick_session rather than polling in a tight loop. If it is still false after a few minutes, the user has probably not opened the link yet; ask them rather than polling forever.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which connected Google account to act as, by the name it was configured under (or its email). Defaults to the first one. Call list_accounts to see them. | |
| session_id | Yes | The session_id returned by start_pick_session. |