
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
- Function gives unauthorized error when w...
I am on free tier. I have function that has three attributes: 1. A stand alone attribute (required) 2. A many to one relationship attribute 3. A many to man...
- The UI for creating relational data is d...
It is difficult to select data from other collections when creationg relational data. The dropdown menu is sometimes unresponsive. Sometimes the delete button d...
- Storage server error
Hi! When I try to upload a video to Appwrite Storage, it gives me this error (it works with images but not with videos): ```[AppwriteException: Server Error]``...
