Hi guys,
I have been trying to create a simple Make.com scenario to test the waters, where an Airtable record is created from a pre-specified Etsy receipt. The first step works great, all records are pulled from Etsy's API, but when we get to Airtable, I'm getting a repeated [404] Not Found error.
According to Airtable developer @EvanHahn's answer here, Airtable only returns 404s in two cases. I quote:
- the resource you’re fetching is missing. For example, if we can’t find the table, or the base, or the record, or whatever.
- the URL you’re hitting is totally bogus. For example, a request to api.airtable.com/v0/garbage will return a 404.
It seems that it's getting the base, the table, and the record just right, so I assume the URL it's hitting must be correct.
The error persists regardless of smart link or column ID use.
Make.com gets its access via a personal access token:
The connection screen looks like this:
You will see that Etsy has 4 acquired permissions whereas Airtable has none specified. This might be related.
Note: due to that not being part of the Make.com manual I was following, I did not register an integration under OAuth integrations in Airtable's developer hub. Could this be why?
This feels to me like a newbie mistake on my part, and I'd love to read your solutions here.