Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Execution failed: Data storage error' on setProperty

On a script which has been working fine for some time and unchanged, today I get

'Execution failed: Data storage error'

on a line which consists simply of:

PropertiesService.getScriptProperties().setProperty('runMode', 'LIVE');

What can I do to fix this?
Is this some kind of server error?

like image 768
Allan49 Avatar asked Dec 11 '25 04:12

Allan49


1 Answers

It's an error from Google. An issue as already been submitted, you can upvote it (click the star in the title) : https://code.google.com/p/google-apps-script-issues/issues/detail?id=6856

[EDIT] Seems to be up and running now.

like image 189
Nicolas Form Avatar answered Dec 12 '25 18:12

Nicolas Form