Skip to main content

Questions tagged [youtube-data-api]

YouTube Data API used for getting details of YouTube contents like Playlist, Playlistitems and video's details! You need to generate a YouTube Data API Developer Key to access the content available on YouTube Data API.

1 vote
1 answer
11 views

How to minimize youtube-data-api v3 query quota useage?

I have a code to get video urls given a channel ID that I get from the API as well, but the main part uses the requests component. I tried running it on a channel with 3500 videos, but for some reason ...
Cobbi Liu's user avatar
0 votes
1 answer
15 views

Is it possible to pull number of shorts for channel?

Speaking of Published Content, in YouTube users can see number of Videos and number of Shorts posted. I know how to pull number of Videos from API (like $channel->getStatistics()->getVideoCount()...
Oksana Gritsjuk's user avatar
0 votes
1 answer
42 views

How can I view the automatically created channel's live broadcast list using YouTube API v3?

I want to check the list of live broadcasts in the LOL game section of the game category through YouTube API. I live in Korea, and the URL is as follows. https://www.youtube.com/channel/UCZtmNrG53nmbq-...
김기현's user avatar
0 votes
0 answers
28 views

Youtube mining using Tuber provides unrelated data [closed]

I am running the following query in RStudio but it scrapes few data is unrelated with high comment count. How can we restrict the search criterion to eliminate the fetching of un-related data. I am ...
Jitendra Yadav's user avatar
0 votes
0 answers
30 views

YouTube upload always fails with "youtubeSignupRequired"

I've read through other posts with similar issues but I've hit a brick wall with Google APIs. Here's the situation: I have a YouTube channel since 5 years ago, created from my personal Google account....
Ivan Voras's user avatar
  • 1,951
0 votes
0 answers
27 views

YouTube Data API Playlist Update status.privacyStatus not working

When we use YouTube Data API Playlist Update to update the status.privacyStatus of a YouTube playlist, it fails with the unexpectedPart error. Part : Status Request Body : { "id": "...
Shrey Jain's user avatar
-1 votes
1 answer
66 views

How to extract video titles with the Youtube API(Python)

I am making a small python application for myself that downloads the information from YouTube videos and for this I am using the YouTube api. Recently I watched this video to help me get comments and ...
Keenonthedaywalker's user avatar
-1 votes
1 answer
21 views

Possible to get youtube monetisation data for YouTube videos via API

I'd like to find out the monetisation status for YouTube videos for which I have access to via OAuth credentials. This data is visible/available in YouTube Studio - is this accessed via a private API ...
alistair's user avatar
  • 1,172
0 votes
0 answers
44 views

I would like to get the maximum number of concurrent connections for archived live streams using peakConcurrentViewers Metrics, etc

Component YouTube Analytics API Description I am using the YouTube Analytics API to retrieve the peakConcurrentViewers metric. I need to confirm if this metric can be obtained for archived live ...
yorozu's user avatar
  • 1
0 votes
0 answers
15 views

400 error with videos.insert post request for YouTube API

I'm trying to upload a video using the post request shown in the Google API explorer, but I keep getting a 400 error: Request contains an invalid argument. This error even happens with the test ...
Chandler McCook's user avatar
-1 votes
0 answers
23 views

Need to pull all of the YouTube channels with at least 50K subscribers using the YouTube data API in Python

I have looked around and checked the documentation of YouTube data API v3 but could not find a way to fetch all of the YouTube channels with atleast 50K subscribers, is there a way to do it. Also keep ...
Muhammad Ahsan Ayaz Khan's user avatar
0 votes
1 answer
22 views

youtube live stream health status always returns "nodata" and never transitions to active state

I am sending a HLS stream to youtube live, but for some reason, the health status of the live stream always returns "nodata" and never transitions to 'active' state. I have verified and ...
Ravikumar Tulugu's user avatar
0 votes
0 answers
29 views

"message": "The request uses the <code>mine</code> parameter but is not properly authorized.",

I am building a youtube clone using youtube v3 api. I used firebase for google sign in. I added scope for youtube using following code : const provider = new GoogleAuthProvider(); provider.addScope(&...
Aditya Nagare's user avatar
0 votes
0 answers
20 views

Internal consent screen shows user is blocked for calling YT insert video API

We have a GCP project opened by with a gSuite account. We've created an internal consent screen. How come when we try to approve the consent screen (while using a corp email before calling the YT ...
Elad Ben-David's user avatar
0 votes
2 answers
29 views

How to list saved playlists for an authorized user with no channel using YouTube Data API?

I'm trying to list all playlists related to an authorized user account using YouTube Data API. I'm able to successfully fetch required playlists for user account which have an associated channel. ...
Harshit Saini's user avatar

15 30 50 per page
1
2 3 4 5
303