I have a patch operation for ~4000 rows of data that enriches airtable data with data from an external source. I minority of rows (233) are raising a 422 permission denied error. The actual error message is: {“error”:{“type”:“INVALID_PERMISSIONS”,“message”:“You are not permitted to perform this operation”}}
When I look at the payload of the patch, I don’t see anything exceptional or strange compared to the rows that patch successfully. So I examine the airtable rows that are being patched, and don’t see anything exceptional there either when comparing the success vs failure rows.
Does this ring a bell with anyone else? Anything I should look for to fix the bug? I’m out of ideas.