Hello there!
I am trying to compress a folder via GAS and return a url where I can download this compressed folder. It's works well with small folders, but I get this error:
Exception: File mybigfolder.zip exceeds the maximum file size.
when I try to use it with bigger folders (like, 1GB of data).
I think the error is in DriveApp.createFile method, but the drive API doesn't says anything about a size limit when creating a file just using blob (there is a limit if I create senting content and name parameters, but this is not the case).
Any idea of how I can deal with it?
Thanks a lot!
Tatiane