Youtube API v3 each individual request counts as 300 requests

In my application, the error "Exceeded the limit of the day" unexpectedly appeared. Then I checked the number of requests, I found out that every 1 request is considered 300 requests. What's wrong? This problem has existed for the past 24 hours or so.

Look at the image, please, below it shows the real request number 88. What is wrong with what's on top? enter image description here

+5
youtube-api
source share
1 answer

This was due to an increase in the cost of the quota; it was temporarily returned. We will announce cost changes in http://apiblog.youtube.com/ and https://developers.google.com/youtube/v3/revision_history in the future.

0
source share

All Articles