How to upload a Youtube video via the API using an OAuth2 Access Token (.NET)?
I'm a seasoned .NET developer and I'm making a video uploader app that only needs to work with 2 or 3 accounts. Using one account as my test case I've authorised my app with it, got my authorization...
View ArticleHow to get video id using YouTube .net API
I'm trying to find a way to give my application a YouTube URL (as copied from the address bar in a browser) and extract the unique video ID from that URL. I want to stay away from regex or any other...
View ArticleProgrammatically unsubscribe a YouTube user C#
Here is my code for a mass unsubscriber I am making; currently everything works - other than the unsubscribe feature.. (Typical huh)public void UnSubUsers(){ string feedUrl =...
View ArticleYouTube API Upload - error in post 400 bad request
I have some .net code which produces the following post (raw data copied from fiddler, binary data truncated) however I am getting a 400 bad request every time I send the request:POST...
View ArticleYouTube API .NET C# editing video problem
I use the newest YouTube API to upload movies by my users. Upload works but I have problem with editing properties after that. I'm trying like this:YouTubeRequestSettings settings = new...
View ArticleWhen using Youtube Data API to upload makes my videos private on upload
I have two channels. The first one i managed to write a python program in which i upload videos when i run that program. However the second channel for some reason when i upload a video through python...
View ArticleYoutube api shorts thumbnail in portait format
I am using youtube api V3 to retrieve video thumbnails.For example video: https://www.youtube.com/shorts/OGimWaDYMbsAPI will return:https://i.ytimg.com/vi/OGimWaDYMbs/maxresdefault.jpgHowever...
View Articleget channel's content owner details with youtube API and curl
I was going through the YouTube API documents and came across the channel:list reference document: youtube/v3/docs/channels/listI'd like to pull the content owner details from a specified YouTube...
View ArticleYoutube Live Video embedding not allowed
I want to embed a Youtube Live Video inside a webpage. Some years ago this was not a further problem. At the weekend I created a new Youtube account for a sports club and Livestreaming was activated...
View ArticleUnclear how to get Youtube OAUTH credentials for channel I have access to
I have been granted manager access to a channel by another user. To accept the invite, I first had to create a channel (my personal channel) and then accept the invite.In the Youtube UI, I can switch...
View ArticleHow to Scrape YouTube Channels Based on a Keyword List?
I'm looking to scrape YouTube channels based on a predefined keyword list. I want to gather information such as channel names, describtions, subscriber counts.Are there any Python libraries or API or...
View ArticleThe list of youtube videos by date is not effective
I'm running a piece of code to list the latest YouTube videos from my channel.However, whether on this code or on the YouTube test platform, I do have the last 4 videos published, but the following...
View ArticleNested with href
Good morning,I have a problem displaying the message of a comment I get from the YouTube API when I try to nest an a inside another a. What I want to achieve is this:expected behaviourThe two cases I...
View ArticleYoutube data v3 api cost in dollars
I cannot find how much is the Google YouTube data api costs.1.Is it free and has a limit? Or do I have to pay for the fee?2.If I have to pay the fee, how much and when do I have to pay?I just searched...
View ArticleGaxiosError: Login Required. when I deall with commentThreads.insert function...
I've modified quickstart.js file provided by youtube api(node.js version), and I have done my Api_key and credential.josn file, so I successfully run the function of getChannel() and getVideos(),...
View ArticleYoutube Analytics API: Demographics, Sharing Service and Audience Retention...
Why these request is not returning 'day' dimension? I have to come out my logic to scrape the data by video and by country which is taking long time to do the data scraping. Each gcp project have 100k...
View Articlehow to retrieve a youtube livestream chat messages?
i'm trying to make a simple youtube livestream chatbot but in reality all i need is to receive the messages on the chat in real timei do not need any auth, don't need to post or delete any messages,...
View ArticleAttach Youtube video to liveStream and bind with liveBroadcast?
I'm currently working in Python on a project where I need to attach an existing video to a live stream that I created (liveStream.insert) and then bind a broadcast (liveBroadcast.insert and...
View ArticleEmbed youtube like dislike button on website
Hallo everyone does anyone know a solution on how to add a youtube like/dislike button to my WordPress website?I need to connect my website to my YouTube channel. the main purpose of it is to give my...
View ArticleDo I need to publish my youtube_analytics_api app for VERIFICATION in GCP to...
I am trying to use the Youtube Analytics API to get monthly analytics regarding my channel performance. According to this url, it lists a variety of Metrics I have access to including things like...
View Article