When I try to change Google Sheets API quotas (300 per minute to 600), it says "You can't request more quota because your project is not linked to a billing account."
If I set my billing account, is there a cost to change Google Sheets API quotas?
When I try to change Google Sheets API quotas (300 per minute to 600), it says "You can't request more quota because your project is not linked to a billing account."
If I set my billing account, is there a cost to change Google Sheets API quotas?
According to a help article by Google:
There is no charge for requesting a quota increase. Your costs increase only if you use more resources.
So by going from that, you should not be charged if you increase your quota but instead if the number of requests to the server goes past the original quota. You will be charged by the number of requests to the server so if you hit 301 read requests per minute then you will be charged accordingly, but not the same as hitting 600 requests per minute. If you stay below the 300 read requests per minute quota then it appears that you will not be charged.