Category "youtube-api"

Why is 'gapi.client.youtube' from Youtube Data Api V3 undefined?

I try to use the Youtube Data Api V3 with javascript So i have this simple code : <script src="https://apis.google.com/js/client.js?onload=googleApiClientR

‘Access-Control-Allow-Origin’ missing when uploading to YouTube API

For several years we have successfully been uploading videos via the YouTube API using some custom JavaScript code. The code was based on some samples provided

Does youtube player support to show cast button?

I'm writing a Android app to play youtube video by using Youtube API, I have a question how to show the "cast " button in Youtube player, if the API is availabl

Youtube iframe API fails load or cue playlist

I work with the Youtube Iframe API and when I try to use player.loadPlaylist({list: 'PLAYLIST_ID'}); or player.cuePlaylist({list: 'PLAYLIST_ID'}); the methods r

You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure

I am developing a web based app that will allow my trusted staff to edit the titles, descriptions, tags, etc of my YouTube channel. In attempting to "Opt In" to

Uploading video to Youtube using Youtube Data API V3 and Google API Client PHP -- getting 401 (unauthorized) message

I have to implement a way to upload video from our site to youtube. I already registered the app in Google Cloud and got all the necessary client ID, client sec

YouTube API to fetch all videos on a channel

We need a video list by channel name of YouTube (using the API). We can get a channel list (only channel name) by using the below API: https://gdata.youtube.c

YouTube API to fetch all videos on a channel

We need a video list by channel name of YouTube (using the API). We can get a channel list (only channel name) by using the below API: https://gdata.youtube.c

How can I autoplay a video using the new embed code style for Youtube?

I can't work out how to autoplay a video using the new embed code style for Youtube. I tried adding &autoplay=1 to the url, which worked with the old style,