I'm building a relatively big Google Docs file using Google Apps Script, and I basically need to inject a lot of data in order to build it programatically.
I'm thinking of executing a function init()
and passing the json string as it value through the Execution API. I'm worried about the max size of the string that I can pass. What's the max size?