This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function generateGoogleToken() { | |
| // This will prompt a dialogue to allow cGOA access to see drive | |
| DriveApp.getFileById(‘YOUR_FILE_ID’) | |
| var propertyStore = PropertiesService.getScriptProperties(); | |
| // service account for play console | |
| cGoa.GoaApp.setPackage (propertyStore , | |
| cGoa.GoaApp.createServiceAccount (DriveApp, { | |
| packageName: 'PlayConsole', | |
| fileId:‘YOUR_FILE_ID’, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bower install pdfmake |
NewerOlder