
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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
