tanaikech / ZipFolder

This is a library for zipping a folder using Google Apps Scripts.
MIT License
13 stars 2 forks source link

Exception: File FILENAME.zip exceeds the maximum file size. (line 3, file "Code") #2

Open joswinc opened 4 years ago

joswinc commented 4 years ago

My folder is of size >700MB. Is there any way to make it work?

marcheschi commented 11 months ago

Hi , I'm facing the same problem, and the problem is the execution time , infact I receive "Errore Exceeded maximum execution time" in google apps script, so the only way I see, is download the folder zip it and upload the zip in the same position.