I'm currently coding a Discord Bot, using Discord-JDA, that's notices me when my, or friends, Twitch link is used on a YouTube video's description (Best Of Twitch mainly).
I'm calling this API route five times (5 Twitch links)https://youtube.googleapis.com/youtube/v3/videos?part=snippet
Because of false positive and video description being truncate with the previous call, I have to iterate on each results calling this one, for a total of around 60 vids.https://youtube.googleapis.com/youtube/v3/search?part=snippet
According to https://developers.google.com/youtube/v3/determine_quota_cost#videos. That should cost me around 5x100 + 60x1 = 560 but I get a cost of 1.000Quota Screenshot
Is there any known issue or if google provides a way to see calling logs.