Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.script.scripts

Apps Script API: scripts. Manages and executes Google Apps Script projects.

See: https://developers.google.com/apps-script/api/api/reference/rest/v1/scripts

Apps Script API: scripts.
Manages and executes Google Apps Script projects.

See: https://developers.google.com/apps-script/api/api/reference/rest/v1/scripts
raw docstring

run$clj

(run$ auth parameters body)

https://developers.google.com/apps-script/api/api/reference/rest/v1/scripts/run

Required parameters: scriptId

Optional parameters: none

Body:

{:parameters [any], :sessionState string, :function string, :devMode boolean}

Runs a function in an Apps Script project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project.

This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the Authorization section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the project in the script editor, then select File > Project properties and click the Scopes tab.

The error 403, PERMISSION_DENIED: The caller does not have permission indicates that the Cloud Platform project used to authorize the request is not the same as the one used by the script.

https://developers.google.com/apps-script/api/api/reference/rest/v1/scripts/run

Required parameters: scriptId

Optional parameters: none

Body: 

{:parameters [any],
 :sessionState string,
 :function string,
 :devMode boolean}

Runs a function in an Apps Script project. The script project must be
deployed for use with the Apps Script API and the calling application must
share the same Cloud Platform project.

This method requires authorization with an OAuth 2.0 token that includes at
least one of the scopes listed in the
[Authorization](#authorization-scopes) section; script projects that do not
require authorization cannot be executed through this API. To find the
correct scopes to include in the authentication token, open the project in
the script editor, then select **File > Project properties** and click the
**Scopes** tab.

The error `403, PERMISSION_DENIED: The caller does not have permission`
indicates that the Cloud Platform project used to authorize the request is
not the same as the one used by the script.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close