Skip to content

Commit

Permalink
Update cloud speech scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Apr 6, 2016
1 parent c77d0cf commit 75a8568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/api/speechrest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
def get_speech_service():
# [START authenticating]
credentials = GoogleCredentials.get_application_default().create_scoped(
['https://www.googleapis.com/auth/xapi.zoo'])
['https://www.googleapis.com/auth/cloud-platform'])
with open(API_DISCOVERY_FILE, 'r') as f:
doc = f.read()

Expand Down

0 comments on commit 75a8568

Please sign in to comment.