Ruby on Rails Saturday, July 30, 2016

I am trying to upload videos to my Vimeo account from my RoR 5
application using the Vimeo api and the option "Resumable HTTP PUT
uploads":
https://developer.vimeo.com/api/upload/videos#resumable-http-put-uploads

For this I'am using paperclip to upload the video to my application and
after I want to do a multipart put request to send the file with the
"Content-Length:" "Content-Type:" headers as specify the API
documentation, but I don't have idea how to send the video file via put
request. Any help?.
Thanks in advance.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/87f1fcd39f1e39aef1d282548ae416ce%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment