Skip to content

Instantly share code, notes, and snippets.

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’,
@rhyskentish
rhyskentish / installpdfmakebower
Last active May 2, 2018 14:29
Install pdfmake
bower install pdfmake