I know that the max size for Script Properties is 500K in total, but does anyone know the maximum size of a single Script Property? I am reading a spreadsheet, using Utilities.jsonStringify on it and trying to save to a Script Property, but I am getting an ‘Argument too large’ when I run ScriptProperties. The data is about 8k, and I am nowhere near the 500k limit.
Thanks in advance
Chris
“Each property value has a maximum size limit of 9kB.”
https://developers.google.com/apps-script/script_user_properties
You should really consider, as suggested by Srik and the documentation, use ScriptDb.