I created a profile picture functionality for a user, but I wanted to add an update profile picture function. I am not exactly how to use the function , the documentation says updateFile(BUCKETID,FILEID) only , but this doesn't change the content of the file.
updateFile for now is only for updating the file permission Check this thread https://discord.com/channels/564160730845151244/1115313231985131591/1115314582395834509
Oh okayy thank you
[SOLVED] Cannot updateFile
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...