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

Function auth

Big Query and Gemini Narrative Reporting.js:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4project = 'ADD Google Cloud PROJECT NAME HERE';
5
6function auth() {
7 cache = CacheService.getUserCache();
8 token = ScriptApp.getOAuthToken();
9 cache.put("token", token);
10}
11
12function fetchBigQueryData() {
13 var projectId = project;

Callers 2

formatReportFunction · 0.70
generateReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected