Groups
Groups
Sign in
Groups
Groups
Apps Script en Español
Conversations
About
Send feedback
Help
uso de setCache(false) en google app script
7 views
Skip to first unread message
Jose Mauricio Losada G
unread,
May 14, 2025, 4:00:50 PM
May 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Apps Script en Español
Estoy realizando un google app script web y quiero que el navegador no guarde la cache he revisado en busqueda y me dice que utilice :
setCache(false)
al hacerlo me genera error al desplegar y no se la causa alguien me puede ayudar
function
doGet(e) {
const
html = HtmlService.createHtmlOutput(
"<h1>Hola mundo</h1>"
).setPageTitle(
"Mi página")
;
r
eturn
html.setContent("
<h1>Hola mundo</h1>")
.setCache(f
alse)
;
}
Reply all
Reply to author
Forward
0 new messages