Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
The official documentation states that videos uploaded via the YouTube API video.insert endpoint should cost 1600 quota points, instead they consume 100 (
Most importantly, the videos garner no views compared to manual uploads. I have a YouTube short video up now for more than 48 hours and it has 1 view - from myself. All manual uploads by this point had over 200 views and a couple of likes. This has happened every single time I uploaded videos through the API both before and after verification. They are publicly visible on my channel yet are hidden from the algorithm.
The C# code I am using to upload videos is also from your official documentation (
- Expected result
The quota should be as stated in the documentation, and API uploads should have similar reach as manual uploads.
- Is it 100% reproducible?
Yes, it happens every single time the video.insert endpoint is used