Help

importing CSV from URL

Topic Labels: Scripting
688 0
cancel
Showing results for 
Search instead for 
Did you mean: 
auekk2787
7 - App Architect
7 - App Architect

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?

0 Replies 0