Can some please help with to load image from a bucket for a specific user for react native app (expo).
I have attached the code and the permissions for the bucket but facing this error:
(NOBRIDGE) LOG Started loading image 67431e890029341b2e32 (NOBRIDGE) LOG Started loading image 674311b7293ac8626c60 (NOBRIDGE) ERROR Error loading image 67431e890029341b2e32: {"error": "Unexpected HTTP code Response{protocol=h2, code=401, message=, url=my-endpoint/v1/storage/buckets/674311a40039c9d6ce79/files/67431e890029341b2e32/view?project=673dec23001013bd72c9}", "target": 2330} (NOBRIDGE) LOG Failed URL: my-endpoint/v1/storage/buckets/674311a40039c9d6ce79/files/67431e890029341b2e32/view?project=673dec23001013bd72c9 (NOBRIDGE) LOG Headers: {"Cookie": "a_session_673dec23001013bd72c9=67431fc7ebc5c3949acf", "X-Appwrite-Project": "673dec23001013bd72c9", "X-Appwrite-Response-Format": "1.0.0", "X-Appwrite-Session": "67431fc7ebc5c3949acf"} (NOBRIDGE) ERROR Error loading image 674311b7293ac8626c60: {"error": "Unexpected HTTP code Response{protocol=h2, code=401, message=, url=my-endpoint/v1/storage/buckets/674311a40039c9d6ce79/files/674311b7293ac8626c60/view?project=673dec23001013bd72c9}", "target": 2352} (NOBRIDGE) LOG Failed URL: my-endpoint/v1/storage/buckets/674311a40039c9d6ce79/files/674311b7293ac8626c60/view?project=673dec23001013bd72c9 (NOBRIDGE) LOG Headers: {"Cookie": "a_session_673dec23001013bd72c9=67431fc7ebc5c3949acf", "X-Appwrite-Project": "673dec23001013bd72c9", "X-Appwrite-Response-Format": "1.0.0", "X-Appwrite-Session": "67431fc7ebc5c3949acf"}
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...