Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Keys can no longer access the Airtable API #69

Open
peteratdemtec opened this issue Jul 11, 2024 · 1 comment
Open

API Keys can no longer access the Airtable API #69

peteratdemtec opened this issue Jul 11, 2024 · 1 comment

Comments

@peteratdemtec
Copy link

Hi,

According to https://support.airtable.com/docs/creating-personal-access-tokens and indeed my own experience, API Keys can no longer access the Airtable API. Attempting to use a personal access token by assigning it to the AIRTABLE_API_KEY setting fails with HTTP 401: Unauthorized, meaning this library is completely unusable until this is fixed.

Would it be possible to update this package to include support for personal access tokens?

@zerolab
Copy link
Collaborator

zerolab commented Jul 12, 2024

We're using an older SDK for Airtable -

"airtable-python-wrapper>=0.13.0,<0.14",

It has now been renamed to pyAirtable and is at version 2.x. The docs do mention the PATs - https://pyairtable.readthedocs.io/en/stable/getting-started.html

@KalobTaulien do you use Airtable in any active projects to look at this?
Alternatively @peteratdemtec we will welcome a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants