
I'm a bit stuck on this. How I could display an image stored in an Appwrite bucket?
The easiest method I've found is by getting it by passing file ID in the URL, but that is not compatible with authentication. Not sure if it's possible sending headers in this case to send the user token.

Display image in a Flutter app

🤔 seems it's possible this way: https://stackoverflow.com/questions/73770036/caching-images-thumbnails-in-listview

Seems not to work

HttpException: Invalid statusCode: 404, uri = http://192.168.1.124/v1/storage/buckets/MainImage/files/fileID/preview?project=6495854a0bc2caf27a72

When printing token, what it gives me is "instace of JWT"

Was not getting Jwt correctly 😵💫

Solved. Now it works correctly thanks to Steven solution

[SOLVED] Display image in a Flutter app
Recommended threads
- How to run queries to get the storage li...
I installed the n8n (self-hosting) and community node n8n-nodes-nappwrite. I tried to get the storage list files more than 25 records. But I cannot find the w...
- Storage video view
Hi! When I want to view a video i uploaded to the storage, it immediaetly starts downloading, so I can't stream it. Is there a way to make it work? I want to al...
- "Memberships privacy" setting in 1.7.4
Hi everyone, I'm experiencing an issue with a clean self-hosted installation of Appwrite version 1.7.4. I previously used version 1.6.1, and if I remember corre...
