12,452 questions
Advice
0
votes
6
replies
81
views
Youtube think I'm associated with many project but I'm not
I got following message from YouTube API Operations <[email protected]> that I'm identified many project which I do not recognize.
I only recognize one out of 138 projects youtube has listed......
0
votes
0
answers
49
views
videoThumbnailImpressionsClickRate returns 400 "query not supported" in YouTube Analytics API — only via Reporting API?
I'm building a creator-facing analytics tool using the YouTube Analytics API (reports.query) with ids=channel==MINE and proper OAuth (yt-analytics.readonly scope). Basic metrics like "views" ...
-2
votes
0
answers
128
views
Problem with quota metric 'Video Uploads' using YouTube Data Api V3 [closed]
Encountered the following error when trying to upload a video to my channel using YouTube Data Api V3 in my SOFTWARE:
HttpError 429 when requesting None returned "Quota exceeded for quota metric '...
-1
votes
1
answer
96
views
How to disable Stable Volume in youtube iframe video player?
Is there any parameter somewhere to add in an html player where an iframe is used to play a YouTube video (the general common way), but I want the Stable Volume option to be disabled, not finding a ...
2
votes
0
answers
98
views
Make Youtube API order : date go on chronological order
Youtube's order: date on search.list gets the result in an antichronological way, making the latest videos appear first. For my project, I would need it to go on chronological order since I want to ...
2
votes
0
answers
214
views
How can I make YouTube IFrame API seekTo() calls silent without setting controls: 0?
I'm building a video app where users navigate by clicking timestamps in a side panel, each calling player.seekTo(seconds, true). Until the embed redesign rolled out in late March 2026, this was silent:...
Advice
0
votes
1
replies
108
views
How should I follow up on a pending YouTube Data API quota/compliance review after submitting the requested screencast?
I am working on a private internal publishing tool that uses the YouTube Data API to upload videos to our own organization’s YouTube channel.
The client uses OAuth 2.0 authorization and `videos.insert`...
Best practices
0
votes
2
replies
95
views
YouTube IFrame API: Is conditional autoplay queue progression required when document.visibilityState is 'hidden'?
I'm building a video archive site that uses the YouTube IFrame Player API to embed VODs from official channels. The site has a user-toggleable "autoplay next video" feature similar to ...
3
votes
1
answer
149
views
How can I exclude archived livestreams but keep premieres that appear in /videos?
I’m trying to match a channel’s public Videos tab. I want archived livestreams excluded and premieres that appear in /videos kept.
These two public videos reproduce the problem:
IcZxVrRrzcM
6-...
1
vote
1
answer
103
views
YouTube Data API v3 returns youtube#channel results even when type=video is specified
I’m using the YouTube Data API v3 search endpoint and explicitly filtering for videos using type=video, but I still receive results where id.kind is youtube#channel:
Request:
curl \
'https://youtube....
0
votes
2
answers
285
views
YouTube embedded playback in Android Kotlin app fails with error 152-4 even though onReady fires Body
I am building an Android education app in Kotlin where lessons are organized by course, grade, and chapter, and videos are played from YouTube.
To isolate the issue, I created a fresh minimal Android ...
0
votes
0
answers
82
views
Flutter YouTube playback – Bot detection issue when using InAppWebView (works in Pakistan but blocked in US)
I am facing an issue with playing YouTube videos in a Flutter app.
Initially, I used the youtube_player_flutter package, but it kept returning a 150 error code, which usually indicates that the video ...
0
votes
3
answers
311
views
How can I store the output from a yt-dlp download?
I made a program to download YouTube video:
import yt_dlp
URL = "https://www.youtube.com/watch?v=YV2tUZIZ3Bs"
ydl_opts = {
"format": f"bestvideo[height<=144]",
...
3
votes
2
answers
1k
views
YouTube video works in browser but fails inside Flutter app with error 152-4
I am developing a Flutter app (Android 12 and Android 14 tested) and embedding YouTube videos using youtube_player_iframe (or youtube_player_flutter).
The videos:
Work perfectly in Chrome on the ...
0
votes
1
answer
59
views
How to track nested replies when parentId always points to top-level comment?
I am using the YouTube Data API v3 to retrieve comment threads.
• I use commentThreads.list to fetch top-level comments.
• I use comments.list to fetch replies.
However, I’ve noticed that the ...