Hi! the downloaded files are url encoded. How can I specify the file for clean file names?
Works perfectly
August 11th, 2025
it didnt work to begin with.. but then all of sudden it worked
No worries, we were just about to have a look. If anything comes up, feel free to message us at [email protected], happy to assist. (plugin author)
August 11th, 2025
•
No-Code Venture
Thanks
June 2nd, 2025
It'd be 5 stars if there was a field to dynamically set the file names. Please add that if possible.
The plugin zips multiple files, you can use Bubble to update the file names, before zipping them. (plugin author)
August 11th, 2025
•
No-Code Venture
Nice one
November 4th, 2024
work well
Awesome, we just updated the source code as well for better performance.
Why This is Better
Cleaner flow — avoids nesting by returning early.
Performance — urlToPromise is defined only once.
Safer variables — using const / let instead of var.
More robust filename handling — works even if URLs contain query params.
Reduced duplication — folder handling is done once.
Error handling — catches errors from generateAsync. (plugin author)