Skip to content

Commit fb627dc

Browse files
committed
Modified
1 parent 58c5970 commit fb627dc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [Overview](#overview)
99
- [Description](#description)
1010
- [Deploy Web Apps](#deploywebApps)
11-
- [Redeploying Web Apps without Changing URL of Web Apps for new IDE](#redeploy) <sup><font color="Red">Added at March 29, 2021</font></sup>
11+
- [Redeploying Web Apps without Changing URL of Web Apps for new IDE](#redeploy)
1212
- [5 situations for Web Apps](#situationsforwebapps)
1313
- [How to access to Web Apps](#howtoaccesstowebapps)
1414
- [1. Owner accesses to Web Apps using browser](#howtoaccesstowebapps1)
@@ -20,19 +20,19 @@
2020
- [Access token for accessing to Web Apps](#accesstokenforaccessingtowebapps)
2121
- [Share project of Web Apps with client users](#shareproject)
2222
- [How to use dev mode from outside](#howtousedevmode)
23-
- [Event object of Web Apps](#eventobject) <sup><font color="Red">Added at May 21, 2020</font></sup>
24-
- [Logs in Web Apps for Google Apps Script](#checklog) <sup><font color="Red">Added at July 26, 2020</font></sup>
23+
- [Event object of Web Apps](#eventobject)
24+
- [Logs in Web Apps for Google Apps Script](#checklog)
2525
- [Limitation of simultaneous connection to Web Apps](#limitationofsimultaneousconnection)
2626
- [Error messages](#errormessages)
27-
- [CORS in Web Apps](#corsinwebapps) <sup><font color="Red">Added at July 1, 2020</font></sup>
27+
- [CORS in Web Apps](#corsinwebapps)
2828
- [Confidentiality of scripts for Web Apps](#confidentialityofscripts)
2929
- [Sample script of server side](#samplescriptofserverside)
3030
- [Sample scripts of client side](#samplescriptofclientside)
31-
- [Sample scripts of client side by various languages](#samplescriptvariouslanguages) <sup><font color="Red">Added at July 15, 2020</font></sup>
31+
- [Sample scripts of client side by various languages](#samplescriptvariouslanguages)
3232
- [Status code from Web Apps](#statuscodefromwebapps)
33-
- [Concurrent access to Web Apps](#concurrentaccesstowebapps) <sup><font color="Red">Added at October 23, 2021</font></sup>
33+
- [Concurrent access to Web Apps](#concurrentaccesstowebapps)
3434
- [Applications](#applications)
35-
- [Sample situations](#samplesituations)
35+
- [Sample situations](#samplesituations) <sup><font color="Red">Added at August 24, 2022</font></sup>
3636
- [References](#references)
3737

3838
<a name="overview"></a>
@@ -1283,6 +1283,7 @@ Here, I would like to introduce the sample situations with Web Apps. Those are t
12831283
- [How to add a status bar for file upload? (Google Drive/ Apps Script)](https://stackoverflow.com/q/71995596)
12841284
- [Inserting row into google sheet via external WebApp](https://stackoverflow.com/q/72088769)
12851285
- [Need to make simple read and update webapp using appscript](https://stackoverflow.com/q/72139734)
1286+
- [Can Google App Scripts create Web Apps with Multiple User Accounts?](https://stackoverflow.com/q/73179391)
12861287
12871288
---
12881289

0 commit comments

Comments
 (0)