@@ -2695,16 +2695,6 @@ public Scripts scripts() {
26952695 public class Scripts {
26962696
26972697 /**
2698- * Runs a function in an Apps Script project. The script project must be deployed for use with the
2699- * Apps Script API and the calling application must share the same Cloud Platform project. This
2700- * method requires authorization with an OAuth 2.0 token that includes at least one of the scopes
2701- * listed in the [Authorization](#authorization-scopes) section; script projects that do not require
2702- * authorization cannot be executed through this API. To find the correct scopes to include in the
2703- * authentication token, open the script project **Overview** page and scroll down to "Project OAuth
2704- * Scopes." The error `403, PERMISSION_DENIED: The caller does not have permission` indicates that
2705- * the Cloud Platform project used to authorize the request is not the same as the one used by the
2706- * script.
2707- *
27082698 * Create a request for the method "scripts.run".
27092699 *
27102700 * This request holds the parameters needed by the script server. After setting any optional
@@ -2728,16 +2718,6 @@ public class Run extends ScriptRequest<com.google.api.services.script.model.Oper
27282718 private static final String REST_PATH = "v1/scripts/{scriptId}:run" ;
27292719
27302720 /**
2731- * Runs a function in an Apps Script project. The script project must be deployed for use with the
2732- * Apps Script API and the calling application must share the same Cloud Platform project. This
2733- * method requires authorization with an OAuth 2.0 token that includes at least one of the scopes
2734- * listed in the [Authorization](#authorization-scopes) section; script projects that do not
2735- * require authorization cannot be executed through this API. To find the correct scopes to
2736- * include in the authentication token, open the script project **Overview** page and scroll down
2737- * to "Project OAuth Scopes." The error `403, PERMISSION_DENIED: The caller does not have
2738- * permission` indicates that the Cloud Platform project used to authorize the request is not the
2739- * same as the one used by the script.
2740- *
27412721 * Create a request for the method "scripts.run".
27422722 *
27432723 * This request holds the parameters needed by the the script server. After setting any optional
0 commit comments