Skip to content

Airtable 节点常见问题#

¥Airtable node common issues

以下是 Airtable 节点 的一些常见错误和问题,以及解决或故障排除步骤。

¥Here are some common errors and issues with the Airtable node and steps to resolve or troubleshoot them.

禁止访问 - 可能需要检查你的凭据#

¥Forbidden - perhaps check your credentials

当你尝试执行当前访问级别不允许的操作时,会显示此错误。完整的文本如下所示:

¥This error displays when trying to perform actions not permitted by your current level of access. The full text looks something like this:

1
There was a problem loading the parameter options from server: "Forbidden - perhaps check your credentials?"

当你使用的凭据对你尝试管理的资源没有所需的权限范围时,最常出现此错误。

¥The error most often displays when the credential you're using doesn't have the scopes it requires on the resources you're attempting to manage.

请参阅 Airtable 凭据Airtables 作用域文档 文档,了解更多信息。

¥Refer to the Airtable credentials and Airtables scopes documentation for more information.

服务收到的请求过多#

¥Service is receiving too many requests from you

Airtable 对使用个人访问令牌生成的请求数量有严格的 API 限制。

¥Airtable has a hard API limit on the number of requests generated using personal access tokens.

如果你每秒向每个基站发送超过五个请求,你将收到 429 错误,表明你发送的请求过多。你需要等待 30 秒才能恢复请求。对于每个访问令牌在所有数据库中发送超过 50 个请求的情况,也存在同样的限制。

¥If you send more than five requests per second per base, you will receive a 429 error, indicating that you have sent too many requests. You will have to wait 30 seconds before resuming requests. This same limit applies for sending more than 50 requests across all bases per access token.

你可以在 Airtable 速率限制文档 中找到更多信息。如果你在使用 Airtable 节点时遇到速率限制,请考虑实现 处理速率限制 页面上的建议。

¥You can find out more in the Airtable's rate limits documentation. If you find yourself running into rate limits with the Airtable node, consider implementing one of the suggestions on the handling rate limits page.