5

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

Cabrra
  • 644
  • 3
  • 14
  • 28
Elezabeth Mathew
  • 161
  • 2
  • 14
  • i also have same task to do (upload video to vimeo via my android app). Googled about it but did not found anything helpfull . If you have done that , please guide me to the right direction. – Harsh Jun 13 '13 at 13:35

3 Answers3

2

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

Community
  • 1
  • 1
Elezabeth Mathew
  • 161
  • 2
  • 14
  • I'm sorry if this breaks stackoverflow convention, but I just wanted to let you know that I came across your java source randomly on pastebin. It saved me so much time that I decided I had to find out who wrote it, and just stop by to say THANK YOU! :) – matt Sep 08 '12 at 05:39
  • am getting .. how can i solve this.. – zacharia Dec 09 '14 at 07:39
0

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

Yyy
  • 2,285
  • 16
  • 29
-1

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

Roll no1
  • 1,315
  • 1
  • 16
  • 23