Hello, for a workflow n8n has issues retrieving data from mynairtable base. I don’t understand why because the workflow is able to create new records. I gave all the permissions available. The table is now empty but I also tried with data in it. The error for retrieving data is:
Forbidden - perhaps check your credentials? Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct.
{ “errorMessage”: “Forbidden - perhaps check your credentials?”, “errorDescription”: “Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct.”, “errorDetails”: { “rawErrorMessage”: [ “403 - {"error":{"type":"INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND","message":"Invalid permissions, or the requested model was not found. Check that both your user and your token have the required permissions, and that the model names and/or ids are correct."}}” ], “httpCode”: “403” }, “n8nDetails”: { “nodeName”: “Get LinkedIn Comp. URL”, “nodeType”: “n8n-nodes-base.airtable”, “nodeVersion”: 2.1, “resource”: “record”, “operation”: “get”, “itemIndex”: 0, “time”: “12/03/2025, 12:31:16”, “n8nVersion”: “1.81.4 (Cloud)”, “binaryDataMode”: “filesystem”, “stackTrace”: [ “NodeApiError: Forbidden - perhaps check your credentials?”, " at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/node-execution-context/utils/request-helper-functions.js:991:19)“, " at processTicksAndRejections (node:internal/process/task_queues:95:5)”, " at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/node-execution-context/utils/request-helper-functions.js:1147:20)“, " at ExecuteContext.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/transport/index.js:27:12)”, " at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/actions/record/get.operation.js:53:34)“, " at ExecuteContext.router (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/actions/router.js:58:30)”, " at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Airtable/v2/AirtableV2.node.js:21:16)“, " at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:660:19)”, " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:891:51", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1224:20" ] } }
Information on your n8n setup
- n8n version: [email protected]
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: MacOS