“Requested entity was not found.” - Apps Script Execution API error
问题 We have an Apps Script that is installed in five G Suite accounts. I am invoking the app scripts from the Java code that is being deployed in Google App Engine. I have stored the five refresh tokens in a properties file and set them in GoogleCredential in a round robin fashion before invoking the Apps Script. When I am trying to invoke the Apps Script Requested entity was not found. , an error is returned. But the same refresh tokens and client secrets work fine when I create a simple java