Share an album by link
share_albumTurn an album into a public shared link that anyone can open without signing in, and optionally allow comments or contributions by others. Requires explicit confirmation before creating the link.
Instructions
Turn an album into a shared album and return a link anyone can open without signing in.
This is the one thing here that reaches people outside the account, and a link that has been sent cannot be recalled. unshare_album revokes it, but not from anyone who already saved the contents. Requires confirm: true.
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 | Yes | The album to share. | |
| commentable | No | Let people comment on items. Default true. | |
| collaborative | No | Let people who open the link add their own photos to the album. Default false. |