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?