xxxxxxxxxx
function oneOff (){
cGoa.GoaApp.setPackage (PropertiesService.getScriptProperties() , {
clientId: CLIENT_ID,
clientSecret: CLIENT_SECRET,
packageName: 'Quickbooks',
scopes: ["com.intuit.quickbooks.accounting"],
service:'quickbooks'
});
}