bergant / airtabler

R interface to the Airtable API
Other
91 stars 16 forks source link

Airtable API Deprecation #19

Open owbezick opened 1 year ago

owbezick commented 1 year ago

"API keys are being deprecated in favor of the two new API Authentication methods. Both of these methods offer more granular control of resources and scopes and enable both developers and end-users to extend Airtable while ensuring the highest grade of security." See article here.

As this is a major change to the Airtable API, the API Key deprecation period will last for 12 months and end on Feb 1, 2024.

After that date, API Keys will no longer be able to access the Airtable API. Related to this, webhooks created by API Keys in Enterprise bases will also expire at the end of that period. We recommend that all users migrate to Personal Access Tokens for individual use and OAuth for third-party integrations moving forward.

marks commented 1 year ago

I think this is mostly a need to update the documentation of this repo.

As mentioned here, I dont think any code-level changes are necessary to make this repo work with the new personal access tokens (PATs)

owbezick commented 1 year ago

Thanks! Didn't see that existing issue.