html form - Where does Google Script PropertiesService store data? -


where google script propertiesservice store user property data?

for example, if want clear user properties without having run function deleteallproperties() method? phrase yet way, there way access google script properties local browser or os?

from form.html

<input onclick="google.script.run.setproperties(this.parentnode.parentnode);" type="submit" value="save" > 

from code.gs

function setproperties(form) {   var filledform = propertiesservice.getuserproperties().setproperty("form", form); } 

google replied, "properties stored on server, , there's no way delete them locally asked on stack overflow since don't exist locally."

that adequately answers question. garrett going above , beyond ping google devs information.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -