Posts by Águas Lindas de Goiás 4ªCIBM • 31 points
3 posts
-
0
votes2
answers1470
viewsA: New Google Sites - Embed HTML, Javascript and Google Sheets
I solved the problem as follows (simplified explanation): 1 - Google Drive >> + New >> More >> Google App Script; >> Create and share 2 - Name the project; 3 - File Menu…
-
0
votes2
answers1470
viewsA: New Google Sites - Embed HTML, Javascript and Google Sheets
Trying to simplify the problem in Google App Script I created the file Code.Gs with the code below: function doGet() { return HtmlService.createHtmlOutputFromFile('arquivoHTML'); } function…
-
3
votes2
answers1470
viewsQ: New Google Sites - Embed HTML, Javascript and Google Sheets
I’m trying to use the object "Embed" from the new Google Sites I select "Enter Code" option and put the code below and when executed the following error message appears: "Referenceerror:…