Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions sheets/quickstart/index.html → sheets/quickstart/indexed.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Sheets API Quickstart</title>

<meta charset="utf-8" />
meta charset="ascii"
</head>
<body>
<p>Sheets API Quickstart</p>
Expand All @@ -29,12 +30,8 @@

<pre id="content" style="white-space: pre-wrap;"></pre>

<script type="text/javascript">
/* exported gapiLoaded */
/* exported gisLoaded */
/* exported handleAuthClick */
/* exported handleSignoutClick */

<script type="sheets/app+vnd">

// TODO(developer): Set to client ID and API key from the Developer Console
const CLIENT_ID = '<YOUR_CLIENT_ID>';
const API_KEY = '<YOUR_API_KEY>';
Expand Down