vimeo_me2
vimeo_me2 copied to clipboard
Vimeo API v3 wrapper for Ruby
The gemspec currently requires v0.14 which is 5+ years old or so.
EXAMPLE: file = File.open("#{Rails.root}/public/recording/test/video.mp4") @token = Rails.application.credentials.dig(:vimeo, :token) @vimeo_client = VimeoMe2::User.new(@token) @vimeo_client.upload_video(file) the video is uploaded but return error. Something went wrong To continue, contact our support team (make sure...
Please upload a ruby gem to rubygems.org as an alternative way to install this library. The README suggests to install the gem using the git repository, but this has some...
Quite a few gems use httParty, lower version was giving conflicts.
I am using vimeo_me2 gem in my work project and I need to make a progress bar so that I can get my client feedback of the uploaded video. So...
Is there a way to apply an embed preset to a video using this gem, either on upload or afterwards given the vimeo ID? The API has support for this:...
Hi! Recently the upload feature broke in the application I'm working on and after some debugging I discovered that the model on my app that stores the video is not...