I renamed through the interface on UserProperty to blank (a space). Since then I get a "Data Storage Error" when trying to read or write a User or Script property.
e.g.
function test() {
UserProperties.getProperty("foo");
}
I even can't access anymore the list of properties through the user interface
Does someone have an idea on how I could even reset the whole data storage ?