Skip to main content

importing CSV from URL

  • September 12, 2023
  • 0 replies
  • 9 views

auekk2787
Forum|alt.badge.img+12

I have a script to import a CSV from a URL. The URL is provided by an API JSON file. 

let csvFile = await remoteFetchAsync(reportData.attachment.url)

 At this line, I get the error:

j: Error: Response status was 302 'Found' but redirect mode was set to 'error'

I'm able to open and generate the CSV using incognito mode in my browser. The code has a verifier in the URL., like this:

https://xyz.com/files/#####/download?download_frd=1&verifier=ABC123

Is Airtable able to access this sort of file?