photos_download
Download photos from Proton Photos to a local folder. Handles duplicate filenames with skip, rename, or remove strategies. Fails if any item cannot be downloaded.
Instructions
Download one or more photos from Proton Photos (timeline, an album, or shared-with-me) to a local folder. Requires authentication. Multiple timeline photos can share the same filename — with conflictStrategy 'remove' or 'skip' only one copy survives locally; use 'rename' to keep all. Fails if any item fails to download. Do not use for regular Drive files — use drive_download instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photoPaths | Yes | One or more absolute photo paths to download (each must start with '/'). E.g. ['/photos/IMG_001.jpg'] | |
| localFolder | Yes | Absolute local destination folder (must start with '/'). Created if it does not exist. | |
| conflictStrategy | No | 'skip' leaves an existing local file unchanged (default). 'rename' downloads under a unique name. 'remove' deletes the local file and downloads the remote copy in its place — confirm with user first. |