Google API Programmable Search Engine - Request Higher Daily Quota
Budget: $10 – $20 USD
I don’t have a website. I don’t want a website. This has nothing to do with having a website.
I need to do this:
https://cloud.google.com/docs/quota#requesting_higher_quota
It says “Upgrade to a paid account by clicking ‘Upgrade my account’ from the top of any page once logged in to Google Cloud console.” but that is not displayed on any page.
I have an account with Google’s Programmable Search Engine. That allows me to buy google search results that I access by writing PHP programs. Instead of connecting to google.com and typing in a search term, I call a PHP function with my account number, search engine ID and search term, and it returns a JSON string containing the search results.
After 100 calls in a day it returns a message:
Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'customsearch.googleapis.com
I need to increase the number of times I can call it per day. It is at the default of 100. It includes free calls and they expire 7/16/22.
I need to do this:
https://cloud.google.com/docs/quota#requesting_higher_quota
It says “Upgrade to a paid account by clicking ‘Upgrade my account’ from the top of any page once logged in to Google Cloud console.” but that is not displayed on any page.
I have an account with Google’s Programmable Search Engine. That allows me to buy google search results that I access by writing PHP programs. Instead of connecting to google.com and typing in a search term, I call a PHP function with my account number, search engine ID and search term, and it returns a JSON string containing the search results.
After 100 calls in a day it returns a message:
Quota exceeded for quota metric 'Queries' and limit 'Queries per day' of service 'customsearch.googleapis.com
I need to increase the number of times I can call it per day. It is at the default of 100. It includes free calls and they expire 7/16/22.
Related categories:
Google APIs