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