@@ -2695,16 +2695,6 @@ public Scripts scripts() {
2695
2695
public class Scripts {
2696
2696
2697
2697
/**
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
- *
2708
2698
* Create a request for the method "scripts.run".
2709
2699
*
2710
2700
* 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
2728
2718
private static final String REST_PATH = "v1/scripts/{scriptId}:run" ;
2729
2719
2730
2720
/**
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
- *
2741
2721
* Create a request for the method "scripts.run".
2742
2722
*
2743
2723
* This request holds the parameters needed by the the script server. After setting any optional
0 commit comments