Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
11 views

youtube broadcast life cycle status stuck in teststarting forever

Youtube broadcast lifecycle status is stuck in 'teststarting' state forever, even after polling for 5 minutes, the state never transitions to 'testing' state. According to youtube help, it is ...
Ravikumar Tulugu's user avatar
0 votes
0 answers
9 views

OAuth2 Consent Screen Shows Domain Instead of App Name and Logo in Testing Environment for YouTube Data API v3

I am making use of YouTube Data API v3 for my project. I am running the application in the testing Environment During Auth2.0 Process it is showing up the domain instead of the App Name on consenst ...
Rijul Singhal's user avatar
0 votes
1 answer
23 views

What YouTube API can be used to update a Video "Ad Suitability" Settings

I am building a software that can upload YouTube videos using the YouTube APIs and also set all the video settings including the "Ad Suitability" Settings just as it is done when uploading ...
Femzy's user avatar
  • 137
0 votes
0 answers
22 views

Channel subscriber count of a channel is not increasing if I subscribe to that channel by youtube API

I am using youtube API to subscribe a youtube channel. I am using access token for calling API. The API call is successful and if I go to that channel it is showing subscribed. But the subscriber ...
Paritosh's user avatar
-1 votes
0 answers
16 views

How to uncheck "publish to subscriptions and notify subscribers" using simple-youtube-api in python?

I'm using python and simple-youtube-api, to upload a video to youtube, the code is below The code I'm using works fine but i can't seem to figure out one functionality, I wanna be able to turn off the ...
Hamza's user avatar
  • 1
-1 votes
1 answer
54 views

How to enable Intellisense when using YouTube API with Python in VSCode

I want to get the IntelliSense in VSCode when using Google YouTube API with Python. But I don't know the detailed step. from googleapiclient.discovery import build api_key="****" youtube=...
test1229's user avatar
  • 159
0 votes
0 answers
16 views

How to handle YouTube Data API v3 Error 429, Too many Requests (Resource has been exhausted)

I'm trying to create a playlist on YouTube using the YouTube Data API v3 in my React application. However, I'm encountering a 429 error indicating that my resource has been exhausted. To handle this, ...
kirupanantha aruran's user avatar
0 votes
1 answer
25 views

Is It Possible To Removed Claimed Content via YouTube API

When you upload a YouTube video with copyrighted material, you can go in and select one of a few options regarding how you want to handle it (cut segment entirely, dispute the copyright claim, etc.) ...
Monferno Bud's user avatar
0 votes
0 answers
10 views

A YT channel manager doesn't see its channel in the consent screen

When I click on "change account" in YT, I see I'm the manager of a specific channel which I cannot see on the consent screen. How can I fix this? "change account": I'm the manager ...
Elad Ben-David's user avatar
0 votes
0 answers
13 views

YouTube API Get list of active livestreams for all channels in account

We have a process that runs on a regular frequency to look for livestreams that have been started for the authenticated channel, and to start a chat watcher once such a livestream is detected. We ...
Dennis 's user avatar
  • 1,120
0 votes
0 answers
21 views

Youtube API V3 : missing item "Title" in Snippet result of subscriptions

I have a server app to get my "videos to watch" based on my subscriptions on youtube. I use it since many years but recently (this year, I'm not sure when) I have an error to get the title ...
Verbalinsurection's user avatar
0 votes
0 answers
26 views

Youtube Data API v3 - Update "notifySubscribers" property of video

I'm currently automating scheduling for publication videos in draft mode using Youtube Data API v3 in NodeJS. I do not want to notify subscribers when the video is published, so I want to disable &...
DatGeoudon's user avatar
2 votes
1 answer
49 views

Unexpected rate limit error while uploading videos using YouTube API

I'm using google YouTube API to programmatically upload videos to YouTube using my node.js server I've installed googleapis npm package on my server, and authenticate each request with OAuth2 google ...
fullstack's user avatar
  • 824
0 votes
0 answers
31 views

How to authenticate Youtube-Data-API v3 with GCC in Streamlit (or any other third party web-framework)

I am using streamlit.io to deploy my app which uses Youtube-data-api v3 to find channel URLS. default_api_key = "..." # API key API_KEY = st.text_input("Enter your YouTube API Key"...
Cobbi Liu's user avatar
1 vote
2 answers
46 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

15 30 50 per page
1
2 3 4 5
303