Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Url Mapping for a Web App built with Google Apps Script?

A Web App built with Google Apps Script has a Url link like this:

https://script.google.com/a/macros/mydomain.com/s/AKfy...iXUrQfobe6/exec

Any idea how to map such Url to a friendly one like:

app.myapp.mydomain.com

like image 391
Fausto R. Avatar asked Oct 07 '22 08:10

Fausto R.


1 Answers

Web apps built with Google Apps Script cannot be served off of custom domains. You can create a redirect from your own domain, but the URL in the address bar must be script.google.com.

like image 158
Eric Koleda Avatar answered Oct 13 '22 10:10

Eric Koleda