I tried the link above, but it returns the error “Please upgrade to a higher plan.”
I don’t need Transformations at the moment, I just want to display the image.
I followed the example from the documentation:
[ENDPOINT]/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=<PROJECT_ID>
This is the URL I generated: https://fra.cloud.appwrite.io/v1/storage/buckets/69392f68000afe546773/files/693ce73f00396b016a61/preview?project=6914ea43003af229f0d8
Preview method is pro only. Replace preview with view and retry
'''{ "message": "The current user is not authorized to perform the requested action.", "code": 401, "type": "user_unauthorized", "version": "1.8.0" }'''
Why user should be authorized to see an image i don't want that
Oh maybe just bucket permission i will check tomorrow thank you <@1276628406288519234>
[Solved] How to display images from storage
Recommended threads
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...