Can someone help me, I need to know can I save file to storage with some data alongside it or can I just create file on it's own
Kindly check this out: https://appwrite.io/docs/products/storage/upload-download
You can also create the file directly using the storage bucket in the console!
Recommended threads
- Getting Too Many Redirects on Appwrite G...
I have a selfhosted instance of Appwrite deployed using Coolify. I have Appwrite forced ssl enabled. However, when I try to create an OAuth session using Google...
- JWT's and Session expire after 15 minute...
I’m using Appwrite for my web app and noticing that after ~15 minutes, my user session suddenly expires—calls like account.get() start returning 401 Unauthorize...
- expo-image-picker and storage
Hello, I'm looking for a working example, I've been struggling with this for days. ```const uploadAvatar = async (file: any) => { console.log(file) con...