
Hello,
I have two problem :
1st problem : I'm trying to show image in "Circle avatar" with Network Image by ID after uploading but I got error. Image won't shown (see attached image)
2nd problem: When i try to update the image in Appwrite Storage by the ID, it didn't work. The old image is still in the storage
How can i resolve all of this ?

Do you have permissions set on that bucket or image?

401 means unauthorized



For permissions, only users can CRUD file in the bucket

Are you sure there is current a valid user session?

Can you do account.get()

yes there is a current session. I try account.get() and it work. I can get the user ID. I can also update a value in appwrite db
Recommended threads
- Constant 404 Pages
Whenever I am navigating through items and pages to go through my collections and database I end up at a page that sends me a 404 error, if i refresh it remains...
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
