Insufficient tokens for quota 'administrator' and limit 'CLIENT_PROJECT-100s' of service 'pubsub.googleapis.com' for consumer 'project_number:#'

后端 未结 3 1035
一向
一向 2021-02-19 06:47

I sometimes get the following error when creating a subscription:

Insufficient tokens for quota \'administrator\' and limit \'CLIENT_PROJECT-100s\' of ser

3条回答
  •  一向
    一向 (楼主)
    2021-02-19 07:09

    You are running up against the quota for administrative operations. In the Quotas page, under "Quota type," select "All quotas," then under "Service" select "Google Cloud Pub/Sub API." The quota you want to increase is "Administrator operations per 100 seconds," which you can update up to the maximum allowed limit of 10,000 per 100 seconds, as detailed on the Pub/Sub quota page. Here is a screenshot of the entity you need to update:

提交回复
热议问题