We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db6f50 commit 838c889Copy full SHA for 838c889
drive/quickstart/index.html
@@ -35,9 +35,8 @@
35
/* exported handleAuthClick */
36
/* exported handleSignoutClick */
37
38
- // TODO(developer): Set to client ID and API key from the Developer Console
+ // TODO(developer): Set to client ID from the Developer Console
39
const CLIENT_ID = '<YOUR_CLIENT_ID>';
40
- const API_KEY = '<YOUR_API_KEY>';
41
42
// Discovery doc URL for APIs used by the quickstart
43
const DISCOVERY_DOC = 'https://www.googleapis.com/discovery/v1/apis/drive/v3/rest';
@@ -66,7 +65,6 @@
66
65
*/
67
async function initializeGapiClient() {
68
await gapi.client.init({
69
- apiKey: API_KEY,
70
discoveryDocs: [DISCOVERY_DOC],
71
});
72
gapiInited = true;
0 commit comments