javascript – “The script completed but the returned value is not a supported return type.”
I created a very simple app script that returns ContentService.createTextOutput(“Hello”), associated it with a Google Cloud project, and created a JavaScript program to get the return value. I can successfully execute, deploy, and use the link from the deploy screen and everything works as expected. The JavaScript program returns “The script completed but the returned … Read more