Friday, May 07, 2021

Getting started with Google Apps Script

A good example of using google apps scripts -
https://gist.github.com/colezlaw/29841885e7f2f49faa07
(also has link to explain google.script.run google script runner etc.)

Another excellent tutorial / collection of sample snippets is at
https://github.com/tanaikech/taking-advantage-of-Web-Apps-with-google-apps-script

There is also the google developers quick-start,
https://developers.google.com/docs/api/quickstart/apps-script

Delegating authority is mentioned at
https://developers.google.com/apps-script/guides/services/advanced#enable_advanced_services

Using service accounts to access api etc, step-by-step instructions are at
https://skaaptjop.medium.com/access-gsuite-apis-on-your-domain-using-a-service-account-e2a8dbda287c

and the gist is at
https://stackoverflow.com/questions/59435611/how-to-access-google-doc-api-with-service-account



No comments:

Post a Comment