Is it possible to use the access token from firebase to authorize YouTube API?
I am trying to post comment on the YouTube video using the YouTube API using ReactJS. But instead of using the gapi for signInWithGoogle, I am using firebase and the access_token returned by...
View ArticleYoutube API Statuscode 403 "The caller does not have the permission" even tho...
I use the YouTube API to set a video thumbnail on an hourly bases with a cronjob. Most of the time it is working flawlessly - the thumbnail is set properly. But there are some hours of the day where i...
View ArticleTrying to search for all the most viewed youtube videos by title, missing...
My goal is to find all the most viewed youtube videos with "Godot" in the title.Using just the youtube UI I search for "Godot" and in Filters select "Type - Video" and "Sort by - View count":...
View ArticleHow do some sites download YouTube captions?
This is somewhat of a duplicate question of Does YouTube API forbid to download video captions if you are not it's owner?, Get YouTube captions and Does YouTube API forbid to download video captions if...
View ArticleGet YouTube captions
How can programmatically get subtitles of a playing YouTube video?Initially I've tried to do it offline via YouTube API, but as it seems YouTube forbids to fetch subtitles of videos you are not the...
View ArticleYoutube Data API - PlayListItems: list returns duplicated entries and hide...
I'm using the youtube data api (v3-rev222-1.25.0) to list all videos from the 'uploads' playlist of an youtube channel. The result of this request is a list with duplicated entries (see below). Even...
View Articleyoutube video download api gives audio and video separately
I found the api youtube uses to watch videos. But the api offers video and audio separately. I also want the extension not to need a server since I am coding a chrome extension. The API that I found...
View ArticleCannot authorize in google api youtube, how to fix? [closed]
I got a pickle, everything, but says "Unable to connect.". Code can create service, but after create, cannot to connect to him, how to fix? error is name: csgo_highlits_vibes version: v3my code...
View ArticleDoes WorldStarHipHop use a video streaming service with Firebase?
What back-end stack would you use to build a web app like WSHH?I see that WSHH have some Google Firebase js files when downloaded using a browser download tool.But doesn't Firebase not allow video...
View ArticleYouTube quotas exceeded
I'm developer and I want to upload a video using the YouTube Data API v3, but it always return the error code "quotas exceeded". I never succeeded upload a video so it's strange...Do you have a...
View ArticleQuerying only unwatched videos for a subscription using the Youtube API
(I asked this question a year and a half ago on the Google Groups forum, and back then Jeffrey Posnick said this wasn't possible, I'm trying again, hoping that with time and the v3 API, this is now...
View ArticleYouTube API - The API Key and the authentication credential are from...
I am trying to get videos from youtube with my C# application, with...
View ArticleHow to find out how many milliseconds until YouTube is ready?
You will notice that clicking on the play button too soon, and nothing happens. https://jsfiddle.net/zqrLxevo/How the code works is: As soon as a video has loaded, click on the cover to start...
View ArticleGoogle Video no longer able to retrieve captions?
As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v={youtubeVideoId} and receive an xml response containing the caption track of a given...
View ArticleLooking for an overview of YouTube API caption data. Trying to find how many...
I'd like to take a set of YT videos and, from the metadata, determine:how many of them have closed captioningwhether it's autogenerated closed captioningwhat language the captions are inI know there's...
View ArticleYoutube API: "Uncaught TypeError: player1.playVideo is not a function"...
Someone please help or ask me something; show someone looked at my question.Context: This is a Youtube API that initializes player for each youtube link so the correct can play for each link when you...
View ArticleA python problem with ffmpeg and Youtube API
I have a problem with my script to the automatic youtube channel. I have many small errors but I have one big. I can not find solution for Youtube API I have problem with quotaMy full code:import...
View ArticleHow to have timer stop when YouTube is ready?
You will notice that clicking on the play button too soon, and nothing happens. https://jsfiddle.net/jksoe8up/How the code works is: As soon as a video has loaded, you can click on the cover / play...
View ArticleYoutube API: Resolving sound of link issues
Someone please look at this question and give me something; show someone is looking at my question; give me a comment or answer just something to show someone has seen my question.Context: This is a...
View ArticleGet Only Video and not cortos videos
Good morningI am using the youtube api to get the latest videos from a channel, but I also get the short videos that are like instagram or tiktok reels, is there any way to not get these videos?I leave...
View Article