Skip to content

Airtable node common issues#

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.

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

Service is receiving too many requests from you#

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

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.

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.