-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6df914
commit 882fa10
Showing
3 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
docs/integrations/builtin/app-nodes/n8n-nodes-base.airtable/common-issues.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 | ||
title: Airtable node common issues | ||
description: Documentation for common issues and questions in the Airtable node in n8n, a workflow automation platform. Includes details of the issue and suggested solutions. | ||
contentType: integration | ||
priority: high | ||
--- | ||
|
||
# Airtable node common issues | ||
|
||
Here are some common errors and issues with the [Airtable node](/integrations/builtin/app-nodes/n8n-nodes-base.airtable/) 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: | ||
|
||
``` | ||
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](/integrations/builtin/credentials/airtable/) and [Airtables scopes documentation](https://airtable.com/developers/web/api/scopes) 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](https://airtable.com/developers/web/api/rate-limits). If you find yourself running into rate limits with the Airtable node, consider implementing one of the suggestions on the [handling rate limits](/integrations/builtin/rate-limits/) page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters