I have been using YouTube Data API v3 for around 1 year now and everything was working fine. I am using it for a video search in a JavaFX project.
For whatever reason my program wasn't able to query videos today (403 exceeded starting quota) so I took a look at my quotas at Google Developer Console.
I found out that my queries per day are set to 0 and I really don't know why.
Is there a way to reset it to default and does anyone know why this happened?
BR