Reputation: 195
I'm using google STT API. and that API has been limited with my GCP quota.
May I request with user's access token or something rely on user's quota, and extend my quota?
I know there are similar ways on using with Geocoding API. In my previous experiences, develop can charge the quota spending to the user, not the developer or project's one.
Does that works as same in Google STT API?
Upvotes: 0
Views: 32
Reputation: 117146
If you check the documentation found here Quotas & limits
You can request an increase to your quotas from the Google Cloud Console. To learn more, see the information on managing your quotas.
Quota increased need to be handled though your project they are not related to an access token.
Upvotes: 1