Search code examples
videouploadvimeo

Uploaded a Video on Vimeo


I have uploaded video on Vimeo, and I can view them in my vimeo account,But how can I get the video no. or get back the video link of that particular video in response.


Solution

  • Just see the links below and follow the steps in
    https://developer.vimeo.com/apis/advanced/upload

    1) HTTP PUT to upload a file in Java

    2) http://pastebin.com/79iSxzmR

    Note:- i used scribe library at https://github.com/fernandezpablo85/scribe-java which provides with methods used in above links (1) and (2).