Skip to main content

Questions tagged [youtube-api]

The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.

youtube-api
0 votes
0 answers
9 views

Error 403 forbidden in youtube data api v3 members list?

heres my function async def check_for_membership(servername, member_id): # get server info server_tokens = DBM.get_channel_tokens(servername) print(server_tokens) if server_tokens: ...
Jentcold's user avatar
0 votes
0 answers
4 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
0 answers
14 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
14 views

The response time for playlist requests is very slow, exceeding 1 minute (80 seconds)

Here is my code to load youtube playlistitem. It's working and I can get the result. private static final int MAX_RESULTS_PER_PAGE = 50; public static List<PlaylistItemSnippet> loadPlaylistItems(...
Chicken Pro's user avatar
0 votes
0 answers
21 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
-4 votes
1 answer
25 views

Is there a way to check if someone mentioned @youtubechannelname and have a Python script reply to it using youtube data api

The title explains most of it. My issue is that, despite searching everywhere, I haven't found any useful solutions. Neither AI nor ChatGPT has been able to help with this. Just to make the body ...
Ayaan's user avatar
  • 1
-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
0 votes
0 answers
38 views

.exe file, works different than .py file

I've made the YouTube Dowbloader App, and everything is working properly (run in PyCharm), but when I try to make it executable with pyinstaller, it's not working. This is the link to the repo: ...
r_b's user avatar
  • 1
-1 votes
1 answer
53 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
1 answer
23 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
1 answer
28 views

How do I get video events to fire

I'm having a problem with Google Chrome and Edge where no YouTube video events are occurring. I need to know when a video ends. I have used the code from YouTube's iFrame API. The events work properly ...
Floyd Resler'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
-1 votes
0 answers
21 views

Ai biết cách xoá cái này trên Youtube không ạ [closed]

Lúc trước ở trên Y2mate có cái Extension giúp quản lý thông kê bên Youtube Studio nhưng mà bây giờ mình muốn gỡ nhưng không biết gỡ như thế nào. Nó gắn ở mỗi tài khoản này thôi qua tài khoản khác thì ...
Unknown's user avatar
0 votes
0 answers
27 views

Youtube LiveChatMessages resource caching with ETag not work

My app every 5s requests live chat messages for YouTube live stream api and to prevent unnecessary data transfers I'm also utilizing ETags. const auto listLiveMessagesRequest = yt::api::live::...
GloryOfNight's user avatar

15 30 50 per page
1
2 3 4 5
776