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
- Store PushNotifications on local phone d...
Hello, I want (once I receive a push) save this into local phone database on apple app. Would it be possible ? Did some one have experience with that ? That oth...
- Create Topics via API
Is there any possibility to create topics through client api? Means that user can create their own topics?
- Register Target and read targets
Hello, I am using this code who I attach. My question is could I check the reister targets based on user that i not add many targets only while login and logou...