Jul 19, 2021 11:59 AM
I’m new to airtable. How can I use the Rest AIP with python to upload a pdf file? To my understanding, I need some sort of link for the upload. What do I have to look out for when programming the automation?
Jul 19, 2021 03:16 PM
Welcome to the Airtable community!
The file will need to exist at a publicly accessible URL.
Look at the REST API documentation. for how to format the API call. The documentation is very good and contains examples with your actual base data.