We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd7aeb commit edf0b77Copy full SHA for edf0b77
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