google oauth2 suddenly failing with Malformed auth code error
I am trying to write a javscript file that uses the google youtube api to upload a video file to my youtube account.I have been following this...
View ArticleDownloading YouTube Captions with API in Python with utf-8 characters
I'm using Jeff's demo code for using the YouTube API and Python to interact with captions for my videos. And I have it working great for my videos in English. Unfortunately, when I try to use it with...
View ArticleonYouTubeIframeAPIReady not working in Wordpress
I'm trying to use a script to create timestamp buttons for a YouTube video embedded on my WordPress site. The code works great when viewed outside of Wordpress, and when previewed directly inside the...
View ArticleError API_KEY_HTTP_REFERRER_BLOCKED ocurred at using Youtube Data API v3
When making a request to:https://www.googleapis.com/youtube/v3/search?part=snippet&type=video&maxResults=5&key=<MY_API_KEY>&q=dogsI get the following error response:"error":...
View ArticleChange YouTube video quality while playing in a flutter app using...
I want to change the quality of a youtube video that is being loaded and displayed from the internet inside my flutter application. I am using youtube_player_flutter package and i am getting the data...
View ArticleState video cannot use the map function in React
I am currently trying to build a movie app using React. In this case, I tried to display a video from YouTube with the TMDB API. But an error occurred when trying to access the key. How can I fix...
View ArticleFailed to execute 'postMessage' on 'DOMWindow': The target origin provided...
I'm getting this error: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('<URL>') does not match the recipient window's origin ('<URL>').My page operates as I'd...
View ArticleHow to get all uploads from official artist channels via the YouTube Data API
I am trying to query youtube for all uploads relating to a channel, but for official artist channels such as: https://www.youtube.com/channel/UC-jHioVmLr8Cb1lFBIZD2hQ/When I try to make the API call to...
View ArticleCORS error when accessing an embedded YouTube Player API in iframe [duplicate]
I'm trying to access the YouTube Player API from my web page to programmatically control an embedded YouTube video in an iframe. When I try to execute this code player = iframe.contentWindow.player;,...
View ArticleYoutube: Exceed quota error for newly created API
I have enabled Youtube Data API an hour ago and made a few requests and I am already getting the following error:b'{\n "error": {\n "code": 403,\n "message": "The request cannot be completed because...
View ArticleCan we add direction parameter
I'm new to react native and I can't work with these types of problems before.Can we add a direction parameter in the Google Map places finder URL?For...
View ArticleConsole errors when embedding YouTube videos with both `loading="lazy"` and...
When embedding YouTube videos with both loading="lazy" and enablejsapi=1 I'm getting this console error:Failed to execute 'postMessage' on 'DOMWindow': The target origin provided...
View ArticleIs it possible to get members with YouTube API
I'm trying to create a Discord server application that can only be joined by people who have subscribed to a YouTube channel membership.However, no matter how much I search, I can't find any API...
View ArticleAndroid YouTube API "An error occurred while initializing YouTube player"
I have an android app, which allows to play youtube video. I am using the latest YouTube API (1.2.1). I try it on a several devices within android version 4.0.4, 4.3, 4.4.4 or 5.0 and it works perfect...
View ArticlesetPlaybackQuality() does not work anymore
setPlaybackQuality() does not work anymore, even on official YT Api Demo: https://developers.google.com/youtube/youtube_player_demoWhat has changed in the work of the YouTube Iframe api?
View ArticleDirect Video Upload to Playlists in YouTube API
Currently, our process involves uploading the video to the channel and subsequently utilizing the video ID to add it to the playlist. We would like to inquire if the YouTube API offers any...
View ArticleHow to set up an API Call for YouTube Data API? error code: 403, "Forbidden"
I'm trying to change the thumbnails and title of a video on my YouTube channel using this API Call which I make from a web-app on Bubble.io Printscreen of API Call for Make changes to user's videosIn...
View ArticleIs there a way to get a youtube ID for a song using ISRC?
I've currently got a list of ISRCs (International Standard Recording Code which are unique identifiers for a song recording) and want to collect viewership count on youtube for that given song...
View ArticleKnow if a video Youtube is unavailable with the API
Via the Youtube API, how can I detect if a video Youtube is unavailable (ex : https://www.youtube.com/watch?v=5nRZlcB2jPY) ?Thanks
View ArticleYoutube Data API v3 uploading videos to a shared channel
The following Python script uploads a mp4 file to a Youtube channel through the Youtube Data API v3. The account gets identified with OAuth2 and uses a token as well as a refresh token. It works fine...
View Article