Get all Youtube channels associated with one account
How can you get all channels that are from the same google account / mail?In the Youtube API you can make a reqeust for a list of channels from the autorized account but it only returns main...
View ArticleYouTube Iframe player breaks the moment a certain video id is added to the...
Here's an example of the issue: https://jsfiddle.net/x0rawz2o/The video id in question is p3Geomh2EuY.The video owner might have disabled playback from embed players but the iframe should be able to...
View ArticleHow to set video details when uploading to YouTube with Python API client
Follow-up on How to set video language when uploading to YouTube with Python API client, after successfully setting the video language.I am uploading videos to YouTube programmatically following the...
View ArticleYouTube Data API V3 not returning Livestream from Channel ID
I'm working on a project that requires me to get a YouTube live stream's chat for use in my program. Everything was working perfectly with this js package, but it seems that google has changed...
View ArticleYouTube Data API no longer returns active live streams from search.list
I wrote an application that uses YouTube Data API V3's search.list, which was able to pull active live streams for a specified channel (working since 2018) using the...
View ArticleLivestream a Python window to YouTube via a Raspberry Pi?
I have a Python script running on a Raspberry Pi that currently shows live feeds of multiple 3D printers arranged in a 4 by 4 grid. The script uses OpenCV to capture and display the video streams....
View ArticleTrying to use javascript in my cefsharp browser
I'm trying to use bind my application with youtube video playing in cefsharp browser but it's not working. I don't get what is wrong with my code:c#private async void...
View ArticleWhat are commentKey and commentSurfaceKey in the response of innertube api?
Youtube API ResponseThis is a clip of response printed in dev console in a youtube video page.{"commentViewModel": {"commentId": "UgyOF36mgUSQ5oZ2ZFNAAaABAg","commentKey":...
View ArticleYouTube Playlist API does not return all videos in a channel
We are trying to get all videos in a channel, like this. This list has 291k videos, we figured out the channel id of this channel (and replaced the second alphabet "C" in the id by "U"), and trying...
View ArticleYoutube API search auto-complete In C#
I'm trying to find resources similar to the autocomplete feature on Google search. I came across this URL: http://suggestqueries.google.com/complete/search. Could someone please explain how to locate...
View ArticleHow to get videos from "live" channel tab only?
Is there a way to specify that you only want the videos that would be found in the "Live" tab of your YouTube channel?I.e., these ones:I have been researching but so far no success.
View ArticleYoutube Data V3 Python API add email to share private video
YouTube supports sharing a private video with certain google email addresses as shown in the screenshotHowever, the Python API doesn't seem to have that option as to set a video as private, you just...
View ArticleNot Working: Track YouTube video views and comments
Google's YouTube Stat tracking AppScript seems to have stopped working in the new year. When I try to run the script, I get the following error:TypeError: Cannot read properties of undefined (reading...
View ArticleYouTube API service account returns 'forbidden 403' when inserting playlist item
I'm writing a simple application that takes some new uploads from subscribed channels and adds them to a specified playlist. Service account type is used with following code:var certificate = new...
View ArticleGet youtube playlist by ID in YouTube API .net
I am trying to download the most recent items from a YouTube playlist in a C# .NET program. Right now I have a program that successfully gets the necessary data from my channel's Uploads playlist using...
View Article.net YouTube library integration
I have some problem for integrate YouTube API on my webapp, I already use Analytics API and this works, but when I try to add YouTube service I get this error:Il tipo...
View ArticleC# YouTube API Errors
When I want to write code with the YouTube API, I get these errors in namespace:using Google.Apis.YouTube.v3;using Google.Apis.YouTube.v3.Data;Error 1 The type or namespace name 'v3' does not exist in...
View Articleredirect_uri_mismatch error Google API v3 .NET
My problem is very similar to this one: Keep getting Error: redirect_uri_mismatch using youtube api v3But no one seems to be able to find a right solution.My app is hosted in: test ....
View ArticleUploading large video file(mp4, 130 megabyte) to YouTube with ResumableUploader
I have following code:var newVideo = new Video{ Title = Path.GetFileNameWithoutExtension(file), Keywords = keywordstring, Description = "Some Description"};newVideo.Tags.Add(new...
View ArticleYoutube API Bad Request 400
Hopefully someone has some experience in this area as have run out of avenues to work out whats going on.My question is why am I getting a bad request 400 error when trying to upload a video to YouTube...
View Article