
how can i upload videos and thumbnail in my bucket and then use the url of the uploaded video and thumbnail in my videos section. Thank you so much for answering my small questions

have you read https://appwrite.io/docs/products/storage/quick-start?

also...i'd store the file ID rather than a URL. Then you can use https://appwrite.io/docs/products/storage/upload-download#view-file to view it

Hi @saksham
After you upload your video, a file model will be returned to you. If you want to add or update your document...
Here is the model https://appwrite.io/docs/references/cloud/models/file
Recommended threads
- How to reduce DB Reads?
I just noticed that I hit the 500k db reads limit on my very small next js app with the most data being present in one collection having around 50 documents. ...
- Getting issue while migrating from Self ...
i try to migrating my project but when do this error come and dont allow to crate that migration
- Pending upload some file, but not for ot...
When upload this file, always got pending. But when I upload another file, it works. Why?
