We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c77d0cf + 75a8568 commit 3a89c7cCopy full SHA for 3a89c7c
speech/api/speechrest.py
@@ -40,7 +40,7 @@
40
def get_speech_service():
41
# [START authenticating]
42
credentials = GoogleCredentials.get_application_default().create_scoped(
43
- ['https://www.googleapis.com/auth/xapi.zoo'])
+ ['https://www.googleapis.com/auth/cloud-platform'])
44
with open(API_DISCOVERY_FILE, 'r') as f:
45
doc = f.read()
46
0 commit comments