I have a doGet() GAS where I call a HTML file with the HtmlService
.
In the HTML file I have the basic Google Maps API call
<script src="http://maps.googleapis.com/maps/api/js?v=3.11?key=kkkkkkeeeeeyyyy&sensor=true" type="text/javascript">
</script>
On the <body>
I show a simple dynamic map with a marker with
the onload="initialize()"
function. I enabled the API on my
project and I also edited the allowed referees.
When I open the page this shows an error indicating
Properties cannot end in "__": Rule "setBadSuffix"
When checking out the caja documentation I understand that
Google Maps API can be called as from r5160, is this right?
But the error coincides with the HtmlService documentation
refering to this double underscore not being allowed.
So is it realy not possible to load the google map API in the
HtmlService and if not would it be wurth a request in Apps
Script issues or better in Caja issues?