photos_download
Download photos from Proton Photos (timeline, album, or shared-with-me) to a local folder. Choose skip, replace, or keep-both to resolve filename conflicts.
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 'replace' or 'skip' only one copy survives locally; use 'keep-both' 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 | How to handle local filename collisions. Defaults to 'skip'. |