0

Now, I'm developing android app that uploads video to vimeo from my android app. I'm new at Vimeo integration. I would like someone to help me to implement that.

Is there any new library(Sample code or github) to satisfy that right now?

If there's any help, it will be very helpful.

Thanks.

StarNeit
  • 23
  • 6

1 Answers1

0

The short answer is there is no official upload library (but we're working on one), and in the mean time you'll have to implement your own following the API documentation here.

There's a networking library that we offer that may help provide the models for the models the upload API will be using (like a Video and User object).

There are several posts on stack overflow that may help. Here is one.

Kyle Venn
  • 4,597
  • 27
  • 41