Google apps script provides the ScriptApp.getOAuthToken() API to get the OAuth 2.0 access token for the effective user. The API document says that the token can be used for Google APIs that requires OAuth like Google Picker.
However, apart from Google Picker (e.g. in this example), I haven't found any other APIs that require this OAuth token. Anyone can help me find such APIs? Thank you.
