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
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- Issue with Appwrite Read Request Limit b...
Hi Team, My coding terminal connected to the Appwrite CLI blew through my Projects Read request limit with in a day! and thats a large limit! I'm not sure how...