I trying to set new value to my Google Spreadsheet from onEdit event in other spreadsheet. I get Exception: Action not allowed. I can\'t understand what exactly I doing not righ
Check the documentation Understanding Triggers, specifically, restrictions on Simple Triggers:
... They can only modify the containing document. Access to other documents is forbidden.
...