Elezabeth Mathew
Elezabeth Mathew

Reputation: 161

how to upload video to vimeo through android app?

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

Upvotes: 5

Views: 2816

Answers (3)

Yyy
Yyy

Reputation: 2325

To upload videos to vimeo ,one needs to have an authenticated access token.

Upvotes: 0

Elezabeth Mathew
Elezabeth Mathew

Reputation: 161

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

Upvotes: 2

Roll no1
Roll no1

Reputation: 1393

Please visit http://developer.vimeo.com/apis/simple and explore the API available there to make your task easy you

Upvotes: -1

Related Questions