How to add Captions to Youtube video using Youtube API v3? - api

I used the Youtube API v3 example to successfully upload a video. I can't find how to programmatically add subtitles to the video.
https://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video

Related

Is it legal to use Unofficial Youtube Music API?

Im currently working as web developer.
Our company has started a new project which needs a MUSIC LIBRARY API.
Youtube Music API might be a best option for us but there's no OFFICIAL API from Youtube Music tho.
However there's several UNOFFICIAL Youtube Music API (as both JS library and REST API). Is it legally OK to use those UNOFFICIAL Youtube Music API?
*what we are going to use from music api is only song title, artist, album name.

How to remove youtube branding after embedding video in web page using mobile app?

How to remove youtube branding after embedding video in web page?
In react native.enter image description here

how to get a google+ hangout video live link to show in iframe without youtube logo

i created a google hangout app.
but now i want to broadcast my google+ hangout OnAir video.
i got the video embed link and i pasted it in iframe.
like
<iframe width="420" height="315" src="http://www.youtube.com/embed/WE6UGi2-vAA" frameborder="0" allowfullscreen></iframe>
then i got the video , screenshot of that video is here !
but i don't want the youtube link and logo in that broadcast, how can i get the video embed without youtube link
and after completion of hangout onair live,the iframe shows the youtube videos like this
can anyone tell me the process how to get the embed live video link without youtube link?

Upload Video and Captions with Youtube API 3.0?

i'm trying to upload my new youtube's video associated to my caption's file (.srt).
I see that Youtube API 2.0 is now deprecated so i would do that with 3.0.
But, i didn't see anything to upload my captions in 3.0.
I would like to upload my video with some captions file associated to it.
Any idea ?
I'm using PHP.

YouTube Upload Widget Video to Channel

I recently added the YouTube Upload Widget to my site. I would like to have all of the videos upload to my YouTube channel. How can I configure this setup?