close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
6 replies
81 views

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......
Keiro Kamioka's user avatar
0 votes
0 answers
49 views

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" ...
METE HAN İNGENÇ's user avatar
-2 votes
0 answers
128 views

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 '...
Daniil Kotiy's user avatar
-1 votes
1 answer
96 views

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 ...
Anaam's user avatar
  • 130
2 votes
0 answers
98 views

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 ...
nyota's user avatar
  • 11
2 votes
0 answers
214 views

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:...
Kane Marais's user avatar
Advice
0 votes
1 replies
108 views

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`...
Artur Rodrigues de Moura's user avatar
Best practices
0 votes
2 replies
95 views

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 ...
바쿠모토보토루진's user avatar
3 votes
1 answer
149 views

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-...
FluidMechanics Potential Flows's user avatar
1 vote
1 answer
103 views

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....
Mikhail_G's user avatar
0 votes
2 answers
285 views

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 ...
Manasa VM's user avatar
0 votes
0 answers
82 views

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 ...
Zetro's user avatar
  • 11
0 votes
3 answers
311 views

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]", ...
LankerBG's user avatar
3 votes
2 answers
1k views

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 ...
Megatron's user avatar
0 votes
1 answer
59 views

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 ...
Esther's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
831