Hello! I'm using the Airtable API and I'm encountering an error.
I'm making API requests in Node.js with OAuth authentication to retrieve records with applied filters. However, I'm receiving an error message that says 'You should provide a valid API key to perform this operation,' and I couldn't find any information about this error no matter how hard I looked. Is there any way to resolve this?
I was able to successfully retrieve the list of bases and tables with the same access token.
Thank you.
Scope:
data.records:read data.records:write data.recordComments:read data.recordComments:write schema.bases:read schema.bases:write webhook:manage