Skip to content

Commit 5f203c4

Browse files
committed
Added a section
1 parent 1c377a4 commit 5f203c4

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@
3232
- [Sample scripts of client side by various languages](#samplescriptvariouslanguages)
3333
- [Status code from Web Apps](#statuscodefromwebapps)
3434
- [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>
3738
- [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)
3940
- [Applications](#applications)
40-
- [Sample situations](#samplesituations) <sup><font color="Red">Added at August 24, 2022</font></sup>
41+
- [Sample situations](#samplesituations)
4142
- [References](#references)
4243

4344
<a name="overview"></a>
@@ -1195,6 +1196,15 @@ And also, the following curl command can be used.
11951196
$ curl -L "https://script.google.com/macros/s/###/exec?access_token=###"
11961197
```
11971198
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+
11981208
<a name="workarounds"></a>
11991209
12001210
## Workarounds

0 commit comments

Comments
 (0)