简体   繁体   English

Google 表格批量更新负载限制

[英]Google Sheets Batch Update payload Limits

So I'm doing a batchUpdate for a lot of data.所以我正在为大量数据做一个 batchUpdate。 Personally, I'd love to upload all of it in one shot.就个人而言,我喜欢一次上传所有内容。 However, I suspect there might be some limitations as to the number of rows updated per call or the payload size.但是,我怀疑对于每次调用更新的行数或负载大小可能存在一些限制。 I couldn't find any documentation on this.我找不到任何关于此的文档。

I want to know what is the best practice here.我想知道这里的最佳做法是什么。 Do I assume there is no limit because of the lack of documentation?由于缺少文档,我是否假设没有限制? Or I set a conservative limit on my end (this could mean multiple calls for me).或者我在我这边设置了一个保守的限制(这可能意味着我需要多次呼叫)。

There is a limit on read and write requests per minute and per minute per user per project . per minute per user per project per minute和每分钟的读写请求有限制。

It is unlimited on read and write per day per project . per day per project的读写没有限制。

You can check it on the documentation on usage limits for the Sheets API :您可以在 Sheets API 的使用限制文档中查看:

Quotas配额
Read requests读取请求 Per day per project每个项目每天 Unlimited无限
Per minute per project每个项目每分钟 300 300
Per minute per user per project每个项目每个用户每分钟 60 60
Write requests写请求 Per day per project每个项目每天 Unlimited无限
Per minute per project每个项目每分钟 300 300
Per minute per user per project每个项目每个用户每分钟 60 60

Also, to check your personal quotas you can use the Cloud Console as mentioned on Request a quota increase :此外,要检查您的个人配额,您可以使用请求增加配额中提到的 Cloud Console:

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

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