|
32 | 32 | - [Sample scripts of client side by various languages](#samplescriptvariouslanguages) |
33 | 33 | - [Status code from Web Apps](#statuscodefromwebapps) |
34 | 34 | - [Concurrent access to Web Apps](#concurrentaccesstowebapps) |
35 | | -- [Implementing Pseudo 2FA for Web Apps](#2fatowebapps) <sup><font color="Red">Added at October 26, 2022</font></sup> |
36 | | -- [Request Web Apps using Fetch API of Javascript with access token](#fetchapiwithaccesstoken) <sup><font color="Red">Added at December 20, 2022</font></sup> |
| 35 | +- [Implementing Pseudo 2FA for Web Apps](#2fatowebapps) |
| 36 | +- [Request Web Apps using Fetch API of Javascript with access token](#fetchapiwithaccesstoken) |
| 37 | +- [Executing Google Apps Script with Service Account](#executingwithserviceaccount) <sup><font color="Red">Added at October 19, 2023</font></sup> |
37 | 38 | - [Workarounds](#workarounds) |
38 | | - - [1. Reflecting Latest Script to Deployed Web Apps without Redeploying](#workaround1) <sup><font color="Red">Added at December 7, 2022</font></sup> |
| 39 | + - [1. Reflecting Latest Script to Deployed Web Apps without Redeploying](#workaround1) |
39 | 40 | - [Applications](#applications) |
40 | | -- [Sample situations](#samplesituations) <sup><font color="Red">Added at August 24, 2022</font></sup> |
| 41 | +- [Sample situations](#samplesituations) |
41 | 42 | - [References](#references) |
42 | 43 |
|
43 | 44 | <a name="overview"></a> |
@@ -1195,6 +1196,15 @@ And also, the following curl command can be used. |
1195 | 1196 | $ curl -L "https://script.google.com/macros/s/###/exec?access_token=###" |
1196 | 1197 | ``` |
1197 | 1198 |
|
| 1199 | +<a name="executingwithserviceaccount"></a> |
| 1200 | +
|
| 1201 | +## Executing Google Apps Script with Service Account |
| 1202 | +
|
| 1203 | +You can see the detailed report at the following gist and Medium. |
| 1204 | +
|
| 1205 | +- [https://gist.github.com/tanaikech/304fea821ca36b8e9ccebe9814eaed82](https://gist.github.com/tanaikech/304fea821ca36b8e9ccebe9814eaed82) |
| 1206 | +- [https://medium.com/@tanaike/executing-google-apps-script-with-service-account-3752f4e3df8c](https://medium.com/@tanaike/executing-google-apps-script-with-service-account-3752f4e3df8c) |
| 1207 | +
|
1198 | 1208 | <a name="workarounds"></a> |
1199 | 1209 |
|
1200 | 1210 | ## Workarounds |
|
0 commit comments