brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

V8 goa updates and enhancements #49

Open brucemcpherson opened 4 years ago

brucemcpherson commented 4 years ago

https://ramblings.mcpher.com/oauth2-for-apps-script-in-a-few-lines-of-code/v8oauth2speedy/

v8 and other htmlservice changes meant I had to make a few small changes to cGoa. The good news it’s easier to use than ever, and supports a few new services too.

thexs-dev commented 3 years ago

Hello Bruce, Just in case it's useful to others.

I had an old script (add-on) using cGoa and still tuning on ES6 runtime A few days ago it stopped working

It took me a while to figure it out, but at the end just by upgrading to V8 runtime it was just fine again

It looks like ES6 no longer support passing PropertiesService.getScriptProperties() between scripts

Thanks again, Fausto