Skip to content

Commit abafa40

Browse files
authored
Merge pull request googleworkspace#50 from gsuitedevs/grant-docs-quickstart-discovery
fix: Remove Discovery API key URL from Discovery URL
2 parents 6053464 + d2458b3 commit abafa40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/quickstart/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
var API_KEY = '<YOUR_API_KEY>';
3636

3737
// Array of API discovery doc URLs for APIs used by the quickstart
38-
var DISCOVERY_DOCS = [
39-
'https://docs.googleapis.com/$discovery/rest?version=v1&key=<YOUR_API_KEY>'];
38+
var DISCOVERY_DOCS = ['https://docs.googleapis.com/$discovery/rest?version=v1'];
4039

4140
// Authorization scopes required by the API; multiple scopes can be
4241
// included, separated by spaces.

0 commit comments

Comments
 (0)