Google Sheets API 的 Sheets 是否自动更新

Is Google Sheets API's Sheets automatically updated

我有一个包含无限循环的线程,它应该始终查看 Google Sheet 的最新版本。

每次迭代重新创建多少以确保更新我对它的引用?

我无法在 Javadoc 中找到任何内容。

有一个 usage limit 每个用户每秒约 1 个请求:

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. Limits for reads and writes are tracked separately. There is no daily usage limit.

正如@TheMaster 评论的那样,API 应该是 ~ 始终是最新的,

您也可以使用 Apps Script triggers:

you can only do it with the help of Apps Script. You can use a trigger here to detect if something is change in your spreadsheet.