From e7211325dfbb0754b95a5873aa9a2ac676758d77 Mon Sep 17 00:00:00 2001 From: "Julien G." <66769052+jubnl@users.noreply.github.com> Date: Fri, 15 May 2026 23:16:34 +0200 Subject: [PATCH] Add asset.download permission to Photo Providers --- wiki/Photo-Providers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/Photo-Providers.md b/wiki/Photo-Providers.md index d6754e00..5be8d8b5 100644 --- a/wiki/Photo-Providers.md +++ b/wiki/Photo-Providers.md @@ -44,6 +44,7 @@ When generating the API key in Immich (**Account Settings → API Keys**), grant | `asset.read` | Read photo metadata and search results | | `asset.view` | Load thumbnails and preview images | | `album.read` | List owned + shared albums and their contents | +| `asset.download` | Download the assets | | `asset.upload` | *Only if you enable "Mirror journey photos to Immich on upload"* — push TREK uploads back to your library | TREK never modifies or deletes anything in Immich, so no `update`, `delete`, or admin scopes are needed. @@ -94,4 +95,4 @@ Once a provider is connected, you can browse and attach photos to your trips. Se ## See also - [Admin-Addons](Admin-Addons) -- [Internal-Network-Access](Internal-Network-Access) \ No newline at end of file +- [Internal-Network-Access](Internal-Network-Access)