0

I have a requirement of uploading a video to YouTube from an android app. i want create an app, which I can upload videos to YouTube, but the problem is that devices that don't have google play service available. So I want to upload video using YouTube API.

1- I have gone through and call this API https://developers.google.com/youtube/v3/guides/auth/installed-apps but unable to get oAuth from here.

2- How to Upload video from youtube without google play service is it possible?

I have also tried android youtube upload video with static username and password but google have deprecated this API. How I can implement in my android device using YouTube API v3. Any help is appreciable.thanks.

Community
  • 1
  • 1
Sandeep Tiwari
  • 2,042
  • 3
  • 24
  • 47

1 Answers1

0

You can use Try using Google API Client API

The Google API Client Library for Java supports Android 1.5+

Verma
  • 8,199
  • 2
  • 15
  • 17