Hello, I have problems with airtable trigger. I use the same (working) credentials that works perfectly in a different workflow (not as trigger). But in my new workflow, I get this error permanently
Forbidden - perhaps check your credentials?
403
Full message
{ "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." } }
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.
How can the same credentials work in a different workflow?
I double checked Base, Table and View IDs all correct
anybody know a work around?
Community Version n8n Version 1.56.2
Installed on Digital Ocean Docker.
Could you try creating another credential with the same settings as the one you’re trying to use now and see what is the output of that? That might give us a clue wether this is on n8n or on the settings.
having the exact same issue, I’v tried 3 different tokens, I’m self hosted in docker. I know it connects to airtable cause it is green, then it can see the DB, and then it can see the tables that I select. So all good there. Yet when I test it, it gives me that same message. Pulling my hair out
Found the issue, and maybe need to fix this in the software. The N8N installation allowed me to “see” my table, but, the PIN from the initial webhook from the initial builder was to his IP address. So I was trying to connect to his DB instead of mine, so of course it didn’t have the creds. You may say “well of course it didn’t work”, but I think if you take a step back, you can see that this can cause confusion especiallly if everything is “green”, yet not working. just my 2 cents… either way that was my issue, thanks for your responce