upload youtube video using v3 with static user name and password

434 views Asked by At

I am working on app which require to upload youtube video with static username and password to specfic youtube account channel.I found clientLogin service in v2 which take static username and password. But ,V2 api are deprecated now.
Is there any way to upload youtube video using youtube v3 api with static username and password to specific channel?

1

There are 1 answers

2
Linda Lawton - DaImTo On

Client login which was discontinued / shutdown on April 20 2015. You can no longer use client login with the YouTube API, you need to switch to Oauth2.

BTW this has nothing to do with the fact that its V3 or V2 Google shut down the option for you to login using a login and password. Its the authentication end point that's discontinued. None of the Google APIs work anymore with login and password.