12,478 questions
-3 votes
1 answer
31 views
I want to develop Excel/VBA Application which will help me automate my day to day activities on my Youtube Studio e.g Querying my uploads [closed]
I want to develop Excel/VBA Application which will help me automate my day to day activities on my Youtube Studio e.g Querying my already uploaded 900 videos for the titles and, descriptions, keywords ...
Tooling
0 votes
2 replies
46 views
From image to YouTube url?
I have an image and would like to get the URL of the Youtube videos (with the exact time) where this image (or similar) appears inside. I've already seen a site that does this ( https://findthisbase....
0 votes
0 answers
168 views
YouTube Player in Android app shows “Error 15: This video is not available” when loading video using YouTubePlayerView
I’m trying to play a YouTube video inside my Android app using the Soffritti Android YouTube Player library (com.pierfrancescosoffritti.androidyoutubeplayer:core:12.1.0). The player initializes fine, ...
0 votes
0 answers
45 views
YT Studio + API shows incorrect/much lower number of comments than the video on Youtube actually has
For the past week, the number of comments shown in YouTube Studio/API is significantly lower than the number of comments publicly visible under the video. Expected behavior: The YouTube Studio/API ...
23 votes
21 answers
29k views
YouTube Error 153: Video Player Configuration Error when embedding YouTube videos
When embedding YouTube videos using the IFrame API or direct embed URLs, the player occasionally displays the message “Error 153: Video Player Configuration Error” instead of loading the video. This ...
0 votes
0 answers
60 views
YouTube Analytics and Reporting API `creatorContentType` dimension breaking requests
I'm hitting the https://youtubeanalytics.googleapis.com/v2/reports API endpoint to retrieve the following metrics for a set of YouTube videos. https://youtubeanalytics.googleapis.com/v2/reports?...
0 votes
1 answer
96 views
How to get playlist cover from Youtube api?
We are calling GET https://www.googleapis.com/youtube/v3/playlists with list of "snippet", "contentDetails" In reponse the following information about playlist { "etag&...
-1 votes
1 answer
78 views
YouTube API v3 Search returning 0 results without q parameter
It looks like starting around mid June of 2025, the v3 Search API no longer returns results if you don't provide the q= parameter as part of the API call. Before this time, it would return results ...
0 votes
1 answer
68 views
Using embedded youtube playlist index to cycle through array
I have a youtube playlist embedded in an iframe and was hoping to use the playlist index to cycle through an array of titles on-screen (i.e. when the next video starts playing, the next item in the ...
1 vote
0 answers
51 views
YouTube API to get a list of all channels I am a manager of
This question (from 2013) can be a similar one: YouTube API - List all channels that I manage Is there any YouTube API trick to get a list of regular channels I "manage"? The "regular&...
0 votes
1 answer
54 views
react native youtube live stream unable to detect camera error
I a trying to integrate youtube live streaming feature in my reactnative app but the problem is when it runs it gives me an error below [11:49:25] W | ReactNativeJS ▶︎ Warning: Error: Element type ...
0 votes
0 answers
42 views
Looker Studio + YouTube Analytics – How to access VideoType and Playlist fields?
I have a question: is there any other YouTube connector for Looker Studio that provides more fields, such as Video Type (Video, Shorts, etc.) and Playlist (the playlist the video belongs to)? I’m ...
-1 votes
1 answer
92 views
How to change snippet.defaultLanguage of YouTube Video using API
I am using YouTube Data API Reference to change Video.snippet.defaultLanguage (https://developers.google.com/youtube/v3/docs/videos#snippet.defaultLanguage) using the following API call var ...
0 votes
1 answer
216 views
Pytube consistently fails with HTTP Error 400: Bad Request also on latest version
I am trying to use pytube (v15.0.0) to fetch the titles of YouTube videos. However, for every video I try, my script fails with the same error: HTTP Error 400: Bad Request. I have already updated ...
1 vote
1 answer
100 views
Persistent 403 Access Forbidden for YouTube Data API channels.list (managedByMe) with Content Manager Account
Body: I am developing a Node.js application to interact with the YouTube Data API v3. I am trying to list channels managed by my YouTube Content Owner account. Despite extensive troubleshooting, I ...