Difference between revisions of "Web Element: Data"


Line 185: Line 185:
  
 
<html>
 
<html>
<body>
+
<head>
  <button id="authorize-button" style="visibility: hidden">Authorize</button>
 
 
   <script type="text/javascript">
 
   <script type="text/javascript">
 
// NOTE: You must replace the client id on the following line.
 
// NOTE: You must replace the client id on the following line.
Line 227: Line 226:
 
   </script>
 
   </script>
 
   <script src="https://apis.google.com/js/auth.js?onload=init"></script>
 
   <script src="https://apis.google.com/js/auth.js?onload=init"></script>
 +
</head>
 +
<body>
 +
  <button id="authorize-button" style="visibility: hidden">Authorize</button>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 12:46, 28 April 2020


https://docs.google.com/spreadsheets/d/1YUqF27YsO2tVdFL1R6Oxu5BT5itjA_ozZDrekzfFclk/edit?usp=sharing

'); } function handleTqResponse(resp) { document.write(JSON.stringify(resp)); }