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

Function auth

YouTube_Comments.js:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function auth() {
64 cache = CacheService.getUserCache();
65 token = ScriptApp.getOAuthToken();
66 cache.put("token", token);
67}
68
69function formatReport() {
70 auth();

Callers 1

formatReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected