Answers for "clasp enable scopes appsscript.json"

0

clasp enable scopes appsscript.json

{
  "timeZone": "America/New_York",
  "dependencies": {
  },
  "exceptionLogging": "STACKDRIVER",
  "executionApi": {
    "access": "ANYONE"
  },
  "oauthScopes": [
    "https://www.googleapis.com/auth/script.external_request",
    "https://www.googleapis.com/auth/spreadsheets"
  ]
}
Posted by: Guest on September-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language