Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to upload video to vimeo through android app?

Tags:

android

vimeo

I am new to Android. I am doing a application in which I want to upload a video to Vimeo using Vimeo API from my app. I tried googling,but I cannot find any good explanation. In Vimeo developers link, they only provided some method names and parameters, no examples.

Can anyone guide me to a good tutorial or suggest me some sample codes to work on. Also I cannot find any Vimeo libraries for android. Please suggest some libraries compatible with Android. Any help in this case is appreciable.

Thanks in advance

like image 621
Elezabeth Mathew Avatar asked Nov 13 '22 01:11

Elezabeth Mathew


1 Answers

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].

like image 186
Elezabeth Mathew Avatar answered Jan 10 '23 19:01

Elezabeth Mathew