Skip to content

Commit d31aa64

Browse files
asrivasEric Koleda
authored andcommitted
Rm API key now that it is not needed post launch (googleworkspace#122)
1 parent e5f0f78 commit d31aa64

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/output-json/output-json.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
# Set the scopes and discovery info
3232
SCOPES = 'https://www.googleapis.com/auth/documents.readonly'
3333
DISCOVERY_DOC = ('https://docs.googleapis.com/$discovery/rest?'
34-
'version=v1'
35-
'&key=<YOUR_API_KEY>')
34+
'version=v1')
3635

3736
# Initialize credentials and instantiate Docs API service
3837
store = file.Storage('token.json')

0 commit comments

Comments
 (0)