Server Zip - Is this possible w current plugins / workarounds?

Never had to zip anything in bubble before.

Welp, now I do. Need to send a zip via API. Don’t want the users to have to download and then upload a zip which seems to be the case with current plugins.

What are my options? Really running into quite a few limitations on this one…

1 Like

I started messing with Create Archives API | CloudConvert

Don’t have it working yet but seems do-able

1 Like

That seems very doable…

This may just be easier to code. Definitely cheaper, this will be my 6th paid api

1 Like

My JS zip plugin allow you to create a zip and user don’t need tondownload it, it will be saved on Bubble storage. However, this is not possible to run the script on server side because of Bubble limitations. External services can be used like cloud convert

2 Likes

That will work. Thanks!

Hello Jici,

I bought you plugin. woohoo! Quick question, is there a way to have the zip not add so many folders like so:

Here’s my current set up (I’ve tried checking every combination of box) could it be the files list url?

Thanks!

Hi! In file name, dont use file’s url, but file’s name instead. Url have / and this will create a folder for each of them

2 Likes

Thanks so much!!

1 Like