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 | |
当你使用的凭据对你尝试管理的资源没有所需的权限范围时,最常出现此错误。
🌐 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 凭据和Airtable 权限文档。
🌐 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.