Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow

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 Article



How 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 Article

Programmatically 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 Article

YouTube 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 Article

YouTube 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 Article


When 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 Article

Youtube 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 Article

get 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 Article


Youtube 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 Article


Unclear 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 Article

How 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 Article

The 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 Article

Nested 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 Article


Youtube 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 Article

Image may be NSFW.
Clik here to view.

GaxiosError: 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 Article


Youtube 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 Article

how 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 Article


Attach 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 Article

Embed 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 Article

Do 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

Failed to execute 'postMessage' on 'DOMWindow': https://www.youtube.com !==...

This is the error message that I get:Failed to execute 'postMessage' on 'DOMWindow': The target origin provided('https://www.youtube.com') does not match the recipient window's origin...

View Article


Creating/opening Youtube stream/broadcast with API

I know that creating/opening Youtube stream/broadcast is possible through API. So i only need to create/open it. Is it free of charge? If not, what is the price?Only prices I have found is something...

View Article


YouTube 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 Article

About screens where ads can be displayed on iOS apps using youtube data api

I'm thinking of creating an iOS app that uses Youtube data api.It is created using SwiftUI and a View is created for each screen.At that time, we are considering how to place ads and monetize it.Which...

View Article

Is it just me or does YouTube's Data API not return fields shown in its...

I'm using the YouTube Data API endpoint to fetch a list of videos on my channelhttps://developers.google.com/youtube/v3/docs/search/listThe documentation itself says it returns 2 fields for...

View Article


How to upload caption to Youtube using rest API

I am struggling while trying to upload programmatically Youtube captions, following the official documentation: https://developers.google.com/youtube/v3/docs/captions/insert.I tried many things with...

View Article

Can OAuth specify the ID and name of the playlist that the app can access...

I'm developing an application that interacts with the YouTube API to access playlists on behalf of users. Is there a way to use OAuth 2.0 to specifically specify the ID and name of the playlist that my...

View Article

Uploading video to Youtube using Youtube Data API V3 and Google API Client...

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 secret code, browser key, redirect uri and...

View Article

How to change quality on youtube api video

when i change quality it doesnt work and always get one quality , i want to change quality dynamically .... this is my code..<!DOCTYPE html><html><head><title>YouTube API...

View Article



Error 403 Forbidden when get youtube.members.list, even after right scopes...

I am trying to use the endpoint /youtube/v3/members from YoutubeDataAPI, but even after the successful channel authorization with OAuth2, i keep getting the error(403) Access forbidden. The request may...

View Article




Latest Images