This error message comes from one of App Scripts Javascript driver files.
This is extra security Google added on to prevent people from using the postMessage system.
It seems Google wants to force you to use one of their accepted protocols for communication between windows/domains, namely the Execution API.
I have attempted other methods like passing URL parameters, but so far none have worked because I could not access them from within the iframe that all apps scripts run in.
I believe the Execution API is your best bet.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…