The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello. I have been using an API token (the original method) for authenication to get records from a particular table. I have been using the 'airtable' Python library to do this. We are now switching to use a personal access token (PAT) because the...
Hello! Does anyone have a simple example script of using Python to connect to Airtable using a personal access token (PAT) to get data for a specific table? Thanks!!
However, I do find it strange that using the requests library, I was unable to get the same results as when using the Airtable library. The results usign the requests library had slighty more records (around a hundred or so) and a couple columns wou...
So I messed up! You are correct, I can use the PAT with the Airtable Python libary. I wish I had figured that out sooner! Haha!!! Thanks for responding though! I appreciate it!