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
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...