I am building a App And I am using youtube api v3
and as usual I got 10000 API calls per day. and I hardly made about 40 to 50 requests like
and
https://www.googleapis.com/youtube/v3/videos?part=statistics&id={{ID}}&key={{API_KEY}}
I made only about 40 to 50 get requests and as mentioned in [Quota Calculator][2]
Quota costs | Action | Request-Deduction-Based-on-Action |
---|---|---|
channels | list | 1 |
videos | list | 1 |
search | list | 100 |
It should only charge about 5000
for 50 search request calls
and 100
for videos request calls
, so it should be around 5100 to 5500, But it exceeded without reaching 10000,
I have tried editing daily quotas
But it still doesn't work.
And When I try to check on Google Developer Console
then it is showing
Any help would be much Appreciated.