Hey guys ! Hope you’re all doing well,
I’m building an online learning marketplace, and need my users to send videos to my Vimeo account.
I’ve started building it via their API, but I’m struggling.
I’ve seen on this forum, and almost everyone says that the easiest way would be to use the Pull approach of Vimeo’s API. I’d agree, but I have a few limitations for that 1 - As Bubble’s app storage is fairly limited, I cannot upload videos to my app and then pull them to Vimeo. Because in the event of simultaneous upload of large videos, my app storage wouldn’t be enough.
2 - I’ve tried using a 3rd party storage service (AWS S3, or Digital Ocean Spaces), but I’m struggling big time to setup my AWS S3 since I don’t know anything about it, and couldn’t get the Digital Ocean Spaces API to work…
3 - From a cost POV, it’d be preferable to directly upload videos to Vimeo, without passing through a storage service.
Therefore, my question is :
Did someone manage to use one of the 2 others approach available with Vimeo’s API ?
I’ve started using the form approach, but I find it quite odd. The API calls returns an HTML form with which my users are supposed to upload their video. But in the call, I need to submit the file size.
So my users would have to upload their file twice ? Or is there a way to “transfer” the file from my file uploader to Vimeo’s HTML form ?
I’m lost, please help me
@adamhholmes I saw on other posts you had some experience with Vimeo API, maybe you have a solution ? (sorry for the savage poke )