问题
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
回答1:
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].
回答2:
To upload videos to vimeo ,one needs to have an authenticated access token.
回答3:
Please visit http://developer.vimeo.com/apis/simple and explore the API available there to make your task easy you
来源:https://stackoverflow.com/questions/11541116/how-to-upload-video-to-vimeo-through-android-app