MCPcopy Create free account
hub / github.com/analyticswithadam/App_Script / auth

Function auth

Data to Narrative with Input.js:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1project = 'ENTER GOOGLE CLOUD PROJECT ID HERE';
2
3function auth() {
4 cache = CacheService.getUserCache();
5 token = ScriptApp.getOAuthToken();
6 cache.put("token", token);
7}
8
9function pullVariables() {
10 var ss = SpreadsheetApp.getActiveSpreadsheet();

Callers 2

formatReportFunction · 0.70
generateReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected