The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
Hi ,
I have used fetch method fetch external data to airtable Via customer script app . But while while we used to download PDF from API url and the External Api response as
In order to upload an attachment to Airtable with scripting, you must provide Airtable with a publicly accessible url for the file—not the file itself. See the documentation for more info.
If the service only gives you the file data (and not a publicly accessible url) you will need to upload the blob to another third party service that will publicly host the file, and then upload it to Airtable from the url from the third party service.