Hey there, I could use a hand with something in the app I'm working on. Here, users can upload profile pictures, and I've set up a database ('userDatabase') to store userId ($id) and profileId (id of profile picture). The actual images are in a bucket called 'userBucket.'
The process to fetch the image feels a bit convoluted. We first get the profile picture ID from 'userDatabase' and then fetch the image. Also, .getFilePreview sometimes returns a URL even if the file doesn't exist, which messes things up.
Any ideas on simplifying this process or fixing the .getFilePreview issue? Thanks in advance!
Guidance needed for setting user profile picture
We first get the profile picture ID from 'userDatabase' and then fetch the image.
if you're going to allow users to change their profile picture. this sounds like the right approach.
Any ideas on simplifying this process or fixing the .getFilePreview issue?
If you want to make sure the file exists, you'd have to use the get file api call.
Recommended threads
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...
- [Bug] Appwrite Auth User Prefs
User prefs are decoded as blank although there are plenty of data and add preference button not working in this case