Skip to content

Commit edf0b77

Browse files
author
Jerjou Cheng
committed
Update cloud speech scope
1 parent 7bd7aeb commit edf0b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/api/speechrest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
def get_speech_service():
4141
# [START authenticating]
4242
credentials = GoogleCredentials.get_application_default().create_scoped(
43-
['https://www.googleapis.com/auth/xapi.zoo'])
43+
['https://www.googleapis.com/auth/cloud-platform'])
4444
with open(API_DISCOVERY_FILE, 'r') as f:
4545
doc = f.read()
4646

0 commit comments

Comments
 (0)