I am getting the daily limit exceeded error message 403 when trying to access google custom search engine API. Based on the official documentation: https://developers.google.com/custom-search/json-api/v1/overview I get 10k queries per day. And I am pretty certain that I have queried below 2k today. I have enabled billing and have entered credit card information (My account also has a ).
I have two questions:
- Where can I see the number of queries for a particular API that I have performed for a selected day on Google Developer Console?
- What can be the reason behind daily limit error?
I have seen other similar questions and I am posting this because none of them seem to resolve my issue.