@andersan
Hi , I also have trouble so that I cannot download file, whose size is just 66KB.
The issue happens only when I set a file as a dynamic data. I mean it doesn’t happen when I set as a static file.
I recently had trouble using this on a new project having successfully used it elsewhere. I had the Download file action as the sole action in a workflow which was initiated by a user clicking an icon. The Download file action File name input was configured with an image URL sourced from a custom state. Unfortunately, when clicked nothing happened. The image URL was from an API response.
I did some inspecting using Chrome tools and established a CORS error was occurring because I was using a URL in the Download file action File name input which was hosted on a non-bubble server (I was getting the image URL from an API response)
I solved this by saving the API response image URL to Bubble’s database using the :saved to S3 option
I was then able to include the URL to the image ‘saved to S3’ in the Download file File name input and the workflow worked correctly.
Hei guys @david2
I have been using it for a while and was perfect. But then i realized that on mobile version (not app) the plug in is not working. The flow starts but the download is not working.
Do you know why?
Yeah you’re right. Dynamic link wasn’t working at all until I downloaded the copy to clipboard plugin. Really strange