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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -