0

I have created Vimeo Pro Account and also application registered with the Vimeo API. After registered application i got client identifier and client secret key and also generated Access Token.

For integrating Vimeo api in android, i have used https://github.com/vimeo/vimeo-networking-java vimeo official library.

I have successfully authorize Client Credentials.

Please suggest me the way and steps to upload video on vimeo using it's official library.

Thank you!

Yama Patel
  • 21
  • 4

1 Answers1

2

This library does not yet support video uploads. We're working on it!

Dashron
  • 3,968
  • 2
  • 14
  • 21
  • Is there any other way to upload video from android without using library? – Yama Patel Apr 08 '16 at 11:21
  • We have detailed docs on the protocol here: https://developer.vimeo.com/api/upload/videos and upload logic in other languages listed here: https://developer.vimeo.com/api/libraries – Dashron Apr 11 '16 at 15:41