2

I need to upload video to Vimeo. Can anyone suggest any SDK or library which would help me do that successfully?

4444
  • 3,541
  • 10
  • 32
  • 43
Yyy
  • 2,285
  • 16
  • 29

2 Answers2

2

The Vimeo Networking library you are referring to does not support upload; a separate upload library will be released at a later date. In order to upload you will need to the API https://developer.vimeo.com/api/upload/videos.

Vimeo upload code for all platform : https://github.com/vimeo

Sanjay Bhalani
  • 2,424
  • 18
  • 44
1

The various libraries to interact with he Vimeo API are listed here: https://developer.vimeo.com/api/libraries

Looks like you are developing for Android, this is the official one in Java: https://github.com/vimeo/vimeo-networking-java

jrbedard
  • 3,662
  • 5
  • 30
  • 34
  • 1
    thanks jrbedard .. I want the upload task in vimeo i got the access token using above demo project – Yyy Sep 21 '16 at 10:38
  • 1
    I have tried Java Vimeo API 3.0 by clickntap demo mentioned in https://developer.vimeo.com/api/libraries ,but for large videos it takes too long to upload. Please help me out !! – Yyy Sep 21 '16 at 13:19