fuxingloh / airtable

A lightweight Java 8 Airtable API client for https://airtable.com/api with all features implemented.
Apache License 2.0
20 stars 2 forks source link

Api keys are deprecated in favor of personal tokens #15

Closed vojkny closed 11 months ago

vojkny commented 1 year ago

If you or a developer on your team has used an Airtable API key to build API integrations with Airtable, please migrate to using personal access tokens to authenticate your API requests before February 1st 2024. Your API key usage can be directly replaced with a personal access token provided as an Authorization: Bearer header.

In summary, Personal Access Tokens and OAuth are now available (as of January 2023). Airtable API keys will be deprecated on the following timeline:

August 1st, 2023: Users will no longer be able to create new API keys February 1st, 2024 (next year): Existing API keys cannot be used to access the Airtable API

I tried to replace the api key with the token, but then the code does not work. Could you please extend the authorization with access tokens? 🙏

github-actions[bot] commented 1 year ago

@knyttl: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

Details I am a bot created to help [fuxingloh](https://github.com/fuxingloh) manage community feedback and contributions. You can check out my [manifest file](https://github.com/fuxingloh/airtable/blob/master/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [DeFiCh/oss-governance-bot](https://github.com/DeFiCh/oss-governance-bot) repository.
github-actions[bot] commented 1 year ago

@knyttl: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. If you are unsure what to do you can ignore this!

You can add area labels by leaving a /area comment.

Details I am a bot created to help [fuxingloh](https://github.com/fuxingloh) manage community feedback and contributions. You can check out my [manifest file](https://github.com/fuxingloh/airtable/blob/master/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [DeFiCh/oss-governance-bot](https://github.com/DeFiCh/oss-governance-bot) repository.
vojkny commented 1 year ago

🙏