简体   繁体   English

在配额之上使用 Google Sheets API v4

[英]Using Google Sheets API v4 above the quota

I'm trying to find the pricing for Google Sheets API.我正在尝试查找 Google Sheets API 的定价。 The limit is 300 requests/min per project and there's also a per-user limit.每个项目的限制是 300 个请求/分钟,并且每个用户也有限制。

I read you can request a quota increase but I'm willing to pay with some pricing model so there's no cap on the number of requests.我读到您可以请求增加配额,但我愿意以某种定价模式付费,因此请求数量没有上限。 Is there any information on that?有没有这方面的信息?

You can take an example of sheetdb.io , an app like that will need to send thousands of requests in a minute as it will be used by many users at the same time.您可以以sheetdb.io 为例,像这样的应用程序需要在一分钟内发送数千个请求,因为它将被许多用户同时使用。

PS: I'm not looking for BigQuery, optimization, DBMS solution. PS:我不是在寻找 BigQuery、优化、DBMS 解决方案。 The app is built around Google Sheets.该应用程序是围绕 Google 表格构建的。

Thank you.谢谢你。

As per the documentation :根据文档

This version of the Google Sheets API has a limit of 500 requests per 100 seconds per project, and 100 requests per 100 seconds per user.此版本的 Google Sheets API 限制为每个项目每 100 秒 500 个请求,每个用户每 100 秒 100 个请求。 Limits for reads and writes are tracked separately.读取和写入的限制是单独跟踪的。 There is no daily usage limit.没有每日使用限制。

To view or change usage limits for your project, or to request an increase to your quota, do the following:要查看或更改项目的使用限制,或请求增加配额,请执行以下操作:

  1. If you don't already have a billing account for your project, then create one.如果您还没有项目的结算帐号,请创建一个。
  2. Visit the Enabled APIs page of the API library in the API Console, and select an API from the list.访问API 控制台中API 库的启用 API 页面,然后从列表中选择一个 API。
  3. To view and change quota-related settings, select Quotas .要查看和更改与配额相关的设置,请选择配额 To view usage statistics, select Usage .要查看使用情况统计信息,请选择Usage

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM