I want to play the Vimeo video in my android app by using Vimeo Official library : Vimeo networking library with the help of VideoView or ExoPlayer
The basic requirements for native playback are:
User must be logged in. User must be the owner of the video. User must be PRO or higher (or the app must have the "can access owner's video files" capability). The token must have the video_files scope. User must be the owner of the API app making the request.
Here is my complete code that helps me to play the video in android app by using Vimeo networking library
Presenting the final code
you should use URI in this format eg. I use the URI in 2nd format https://api.vimeo.com/me/videos/123456789