Allan49
Allan49

Reputation: 31

'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?

Upvotes: 3

Views: 1006

Answers (2)

Allan49
Allan49

Reputation: 31

Yes, the google-apps-scripts-issues 6856 describes the problem exactly, as experienced today by dozens of users. Appears to have been fixed at approx 14:00 GMT 24-Mar-17. Would like to know whether we need to code around the possibility of a repeat of this error.

Upvotes: 0

Nicolas Form
Nicolas Form

Reputation: 51

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.

Upvotes: 2

Related Questions