Vimeo video upload from my android app

大兔子大兔子 提交于 2019-12-10 22:20:54

问题


How can I upload video from my android app to Vimeo.

  1. I created Vimeo app.
  2. Granted upload privilege.
  3. Generated access token.
  4. Checked quota available.

Now I want to upload video to vimeo, so please provide sample code to generating the ticket and to upload.


回答1:


You need to download the vimeo-networking.

By doing so you'll import new pre-built (by vimeo) classes to your project that will handle all the authentication and data transfer between your android app and your Vimeo app you just created.

I would highly recommend to follow the step-by-step guide under the Github library.(If you having issues look under the Github issue tab because people probably had same problems already)




回答2:


There is no official Vimeo Android library for you to use at the moment to assist in the upload process. For the public, it is currently a 4-step process to upload, outlined here. There is currently a 2-step process in closed beta. Once that is released to the public we will release an official Android library to support uploading to Vimeo. Unfortunately for now you must follow the API docs and make the requests yourself.

See a similar answer here.



来源:https://stackoverflow.com/questions/38699521/vimeo-video-upload-from-my-android-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!