Skip to content

Commit

Permalink
Merge pull request #240 from GoogleCloudPlatform/speech-scope
Browse files Browse the repository at this point in the history
Update cloud speech scope
  • Loading branch information
jerjou committed Apr 6, 2016
2 parents c77d0cf + 75a8568 commit 3a89c7c
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 3a89c7c

Please sign in to comment.