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 Mar 31, 2016
1 parent 7bd7aeb commit edf0b77
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 edf0b77

Please sign in to comment.