As you may know, Airtable API key are supposed to expire Feb 1, 2024.
https://support.airtable.com/docs/airtable-api-key-deprecation-notice
Glide has set up a new way to connect to Airtable through OAUTH.
The context : I already have a functional application with an Airtable API connection and lots of data, screens and mechanism.
My problem : I’m afraid that by switching from API connection to OAUTH connection in my existing app with break the app (I don’t want to try an find out, I would be weeks of work to redo it)
My question is : How do I switch from Airtable API connection to the new OAUTH connection without breaking all the existing table integrations (and breaking my app) ?
Do I just add the OAUTH connection and remove the API connection (or let it die in Feb 2024) ? Has anyone did that already ?
PS: I’ve also seen this warning posted by Glide here :
https://www.glideapps.com/docs/essentials/data-sources/airtable
It says: Airtable is experiencing OAuth integration issues for all of their third-party services. Airtable’s outage may prevent your Glide app from syncing to your Airtable base. To resolve this issue, the Glide team recommends reconnecting to your Airtable base with your Airtable API key.
Is this warning still valid ?