Upload Video and Captions with Youtube API 3.0? - api

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.

Related

How do I download the video & audio files in my expo app?

I want to download the audio and video content which is seen in my app (In app download) just like we download the videos in youtube and can be watched offline. I also want the downloaded content to not show in my file manager and gallery.
I researched about downloading the files but dont have an idea about how to show only in app and no where else like youtube.

Uploading a video to YouTube using the REST API

I'm trying to insert a video using the YouTube API.
Unless I'm completely braindead, Google doesn't specify where or how to specify the video's path. Even in the cURL data they provide, this information is not present.
https://developers.google.com/youtube/v3/docs/videos/insert
I am curious if anyone smarter than myself can show me how to find or locate the successful method for uploading a video through the YouTube API.
Thanks.

How to give download option in vimeo player in reactnative?

So I am designing an reactnative app where I need to embed vimeo video player.
Can I give my users an option to download the video for offline mode ?
How can I restrict the downloaded file in app itself like netflix does?
Is that possible? PLease guide.

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

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

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?