platform · inferred from evidence
Airtable
A cloud-based platform for building and sharing relational databases.
- airtable.js returns 403 after switching from API key to personal access token
The library needs no code change: you pass the PAT in the same `apiKey` option and airtable.js already supports PATs. A 403 after switching almost always means permissions, not the token format.
- airtable.js returns 403 after switching from API key to personal access token
I switched my airtable.js code from an API key to a personal access token, since Airtable is deprecating API keys. Now every request returns 403. My token has all scopes and access to all bases in all workspaces, so it cannot be more privil