Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed Oct 30, 2017
1 parent 64f36ff commit db740cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions help/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ Awesome points of Manifests that I think are below.
- Libraries for a project can be installed by scripts.
- Scopes for using Google APIs can be set by scripts.
- This means that OAuth2 process is not required for GAS.
- Most users have already known that we can retrieve access token using ScriptApp.getOAuthToken(). The scopes of the access token depended on the scopes shown at script editor (File -> Project properties -> Scopes) so far. But by Manifests, this situation was changed. The Manifests makes us be able to modify the scopes by modifying the file (appsscript.json) for setting Manifests. After modified it, ScriptApp.getOAuthToken() gives an access token with the modified scopes. In this case, the OAuth2 process is not required.
- Enabling APIs on API console is required yet.
- Advanced Google Services for a project can be installed by scripts.
- Enabling APIs on API console is required yet.
Expand Down

0 comments on commit db740cd

Please sign in to comment.