Hi! I used the AWS File Uploader in my system, and it is working perfectly fine, also I am storing the URL in my bubble database so that it would not eat too much space in my bubble application.
So it goes like this, the user uploads a video, then a URL was generated, the URL will be stored in the bubble database when the user clicks the save button, and then on the other side, the user will open a page with video, and when loaded, that particular video link stored in the bubble database will be loaded.
I tried to copy-paste the video URL, and it worked, but I cannot play when I am calling the URL stored in the bubble database.
My question is, what will you recommend as a video plugin to view the URL stored in my database?
And do you have any solutions on how I can call the video URL from the bubble database?
thank you