Custom scripts raises error when executing SaveJSON on a file repository thing
At some point I start receiving this error. I don't know what might have changed.
I am usually the only on on TW machine.
Wrapped java.io.FileNotFoundException: /ThingworxStorage/repository/ModelsFileRepository/Folder/SubFolder1/model1.json (Permission denied)
My script executes this at some point after figuring out the path and the content.
Target folder for the json file is correct (i.e it exists)
Things["ModelsFileRepository"].SaveJSON(params);
If it is about permissions what should I do to enable permissions. I am running from TW agent using Web socket or Rest API using an administrator appKey.
Thanks,
Rad

