Fredric Cliver
Fredric Cliver

Reputation: 195

Can I use user's quota when I request Google Speech to Text API

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

Answers (1)

Linda Lawton - DaImTo
Linda Lawton - DaImTo

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.

enter image description here

Quota increased need to be handled though your project they are not related to an access token.

Upvotes: 1

Related Questions