Copy picked media into this app's library
save_to_librarySave picked media from a picker session as app-created items in your Google Photos library, so other tools can read, describe, and organize them.
Instructions
Take items the user chose in a picker session and upload them as app-created media, so the other tools can then read, describe and organise them.
This is the bridge between the two halves of the API. A picked item is readable only for the life of its session; once saved it is a normal media item this app owns. It does create a second copy in the user's library. Requires confirm: true.
Pass base_urls from list_picked_media, up to 20.
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. | |
| confirm | No | Must be true for this to run. The effect cannot be undone through the API, so it is refused without an explicit confirmation. | |
| album_id | No | Save them straight into this album. | |
| base_urls | Yes | `base_url` values from list_picked_media, up to 20. |