Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Browsing all 3637 articles
Browse latest View live
↧

Internal Use of YouTube API Oauth does not allow Brand Account...

We have a desktop application that uses OAuth2 for our internal users to upload customer videos to our YouTube Channel. When setting the OAuth Consent to INTERNAL, we recieve an error when trying to...

View Article


searching youtube video

How do I search for "python tutorial" videos on youtube? I get a lot of unrelated search results. What I need to know is the list of the users who have uploaded python related videos those are more...

View Article


'Eperm: operation not permitted' when using multer

I'm attempting to pass a video file from my front end (using React and Axios) and upload it to youtube from my backend using express (using this tutorial https://youtu.be/xhiWEpU-h-A). The file gets...

View Article

Calling Youtube API for user Channels returns authorizationRequired

I am trying to call Youtube API for user Channels:https://content-youtube.googleapis.com/youtube/v3/channels?part=snippet&part=statistics&mine=true&key=AIXXXXXIt returns the following...

View Article

Youtube Analytics & Google Service Account

Objectives:Implement a program (java or python) to retrieve data from videos that I published on my Youtube channel. This program will be launched daily (1:00 AM).Solutions:To retrieve data Youtube,...

View Article


Python-Youtube-Api : Missing code parameter in response

I am testing the python-youtube package, using the following code:from pyyoutube import Apiapi = Api( client_id="yes-my-client-id-here-i-know",...

View Article

How to extract all YouTube comments from YouTube API (python)

In a particular video_id there are 133 comments. But the code below only returns 20. I want all 133 comments to be stored in the list commentsvideo_id = ""api_key = ""comments=[]youtube =...

View Article

Get comment section on a YT livestream - Python

im reading the doc and im kinda struggling; what im willing to do is check if the user’s channel has an active live broadcast, and also i want to get the comment on this livestream, but even if i found...

View Article


YouTube Analytics API v2 - discrepancy between day and video dimensions [closed]

I am using YouTube Analytics API v2 to report on my YouTube views. I am running two separate requests to find the following:views by videoviews by dayHowever, I am seeing a discrepancy between the two...

View Article


YouTube (Chrome) Extension that only displays videos from specific channel(s)...

I want to create a YouTube extension that only displays YouTube videos from selected channels on the landing page. I've looked everywhere, but I've only found how to hide certain videos or extensions...

View Article

YouTube API to fetch all videos on a channel

We need a video list by channel name of YouTube (using the API).We can get a channel list (only channel name) by using the below...

View Article

How to extract all YouTube comments using YouTube API? (Python)

Let's say I have a video_id having 8487 comments.This code returns only 4309 comments.def get_comments(youtube, video_id, comments=[], token=''):...

View Article

Youtube API specify token_youtube_v3.pickle path

Is there a way I could specify the token path? Because in this script I use there is nothing that specifies token pickle location. It is just being saved in the root directory.The idea is to store...

View Article


Youtube Reporting API OAuth in Azure Data Factory

Hi guys i'm pretty new to Azure Data Factory and i'm implementing a pipeline to retrieve stats about a YouTube channel through API and storing them in a SQL Database in order to connect it to some BI...

View Article

Is it possible to search Youtube thumbnails?

Suppose I have an image of a video thumbnail, and I want to retrieve all videos with a similar thumbnail. Does Youtube or Google's API provide a method to achieve this?

View Article


How to retrieve a channel id from a channel name or url

I'm trying to retrieve the channel id of a YouTube channel using the new v3 API. I'm using the Python client and it seems that there is no straightforward way to find the mapping of a YouTube channel...

View Article

Identify a video as an ad with YouTube Data API

I'm using mostly the video and search list resource types. I want to filter the results for video ads. I had hoped that ads would be a video category or there would be another identifier for video ads,...

View Article


how to detect the video with the certain tag / word and block it in youtube?...

I want to block the certain tagged videos by coding in youtube.The code will continiously run in background, and it will detect the youtube tags during youtube search then it will block the related...

View Article

PHP - How do we can get Youtube Views and comments count along with videos...

I am getting list of videos from youtube API. I want to also get views and comment count in response from youtube apis.I am trying the following.$client = new...

View Article

How to get the total number of comment of a channel using YouTube Data API

I am using YouTube Data API and can get subscriber count, view count etc. by using the statistics parameter. I am aware that statistics cannot be used to get total likeCount and commentCount for a...

View Article
Browsing all 3637 articles
Browse latest View live