
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
- user_unauthorized
"I tried to use the CLI, but it returns user_unauthorized. Iām already logged in with my Appwrite account. Could there be an issue on the cloud side?" `erdene...
- 502 gateway error on downloading files t...
Appwrite Cloud. App blocked can't demo to client. Potential loss of client and 10,000$ payment
- OAuth2 with IPhone When users enables "H...
I am using Appwrite OAuth2 to authenticate users in my app (Flutter) Normally, I am using the user's email for the authentication, when he first registers , and...
