12,452 questions
Best practices
0
votes
0
replies
39
views
Does the YouTube Data API 30-day storage rule (Developer Policies III.E.4) apply to public view/like counts, and is there an approved retention path?
Background
As part of a non-commercial personal fan project, I use the YouTube Data API to record daily view and like counts for a few channels.
I'd like to retain this time-series data for over a ...
Advice
1
vote
3
replies
99
views
YouTube Data API quota extension review stalled for 8 weeks — what is the escalation path?
What is the correct escalation path when a YouTube Data API audit and quota extension review has stalled with no communication from the reviewing team for an extended period?
Timeline of my case:
- ...
Advice
0
votes
1
replies
59
views
Youtube Upload Quota
I've been using youtube api v3 for a while now, and I was able to upload up to 100 videos a day. But in May, this limit suddenly dropped, and I can only upload 7 to 10 vídeos a day.
I don't know what ...
Score of 0
0 answers
201 views
Remove YouTube pause button
I have an autoplaying YouTube video that I have embedded via the API. When the page loads it shows the youtube pause icon for a few seconds and then it hides itself. This is the case even if I leave ...
Advice
0
votes
6
replies
125
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......
Score of 0
0 answers
63 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" ...
Score of -1
1 answer
119 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 ...
Score of 2
0 answers
102 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 ...
Score of 2
0 answers
231 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
134
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
100
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 ...
Score of 3
1 answer
160 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-...
Score of 0
1 answer
113 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....
Score of 0
2 answers
378 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 ...
Score of 0
0 answers
94 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 ...