I appreciate that other posters have alluded to this issue before. I know how to create a zip file comprised of a number of other folders and files using Utilities.Zip
. The problem is the size of the resultant file. Because the resultant file is larger than 10MB (as, let's face it, any zip file containing more than a few images will be) createFile
fails (throwing an exception as described here).
It appears that the Advanced Services Drive.Files.insert
is subject to the same limitation.
Is it really true that there is absolutely no way to programmatically create a file larger than 10MB in Google Drive? It's a real stumper for the app I'm writing.
Thanks.