Hey, I’m trying to download a file from an URL that was created with the component “File upload”. So, when the user attach a File in the file uploader, I get this file and store at my Database. Once I try to download the file, previously saved by the user, using the action “Download file from URL”, I get the error “Failed to fetch”. Anyone has any idea how to solve this problem?
Hey @artmnzs
Can you provide more context? That would help figuring out what’s the problem here
Can you show the whole workflow? What database are you using?
So, I was responding your message and the workflow just got working all by himself. Dunno if there was any updates or so. But thank you anyway
1 Like
I have the same problem. I get a Google Cloud Storage signed URL returned. Download file via URL is not working. Same error. Navigate to external URL and show the file (PDF) in a new tab does work. How can I directly download the file?
I had the same problem.
I ended up just navigating to that download url in a new tab since download file didnt work.
Its not a perfect solution but worked for my usecase.
I created a support ticket