|
8 | 8 | - [Overview](#overview) |
9 | 9 | - [Description](#description) |
10 | 10 | - [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) |
12 | 12 | - [5 situations for Web Apps](#situationsforwebapps) |
13 | 13 | - [How to access to Web Apps](#howtoaccesstowebapps) |
14 | 14 | - [1. Owner accesses to Web Apps using browser](#howtoaccesstowebapps1) |
|
20 | 20 | - [Access token for accessing to Web Apps](#accesstokenforaccessingtowebapps) |
21 | 21 | - [Share project of Web Apps with client users](#shareproject) |
22 | 22 | - [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) |
25 | 25 | - [Limitation of simultaneous connection to Web Apps](#limitationofsimultaneousconnection) |
26 | 26 | - [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) |
28 | 28 | - [Confidentiality of scripts for Web Apps](#confidentialityofscripts) |
29 | 29 | - [Sample script of server side](#samplescriptofserverside) |
30 | 30 | - [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) |
32 | 32 | - [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) |
34 | 34 | - [Applications](#applications) |
35 | | -- [Sample situations](#samplesituations) |
| 35 | +- [Sample situations](#samplesituations) <sup><font color="Red">Added at August 24, 2022</font></sup> |
36 | 36 | - [References](#references) |
37 | 37 |
|
38 | 38 | <a name="overview"></a> |
@@ -1283,6 +1283,7 @@ Here, I would like to introduce the sample situations with Web Apps. Those are t |
1283 | 1283 | - [How to add a status bar for file upload? (Google Drive/ Apps Script)](https://stackoverflow.com/q/71995596) |
1284 | 1284 | - [Inserting row into google sheet via external WebApp](https://stackoverflow.com/q/72088769) |
1285 | 1285 | - [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) |
1286 | 1287 |
|
1287 | 1288 | --- |
1288 | 1289 |
|
|
0 commit comments