diff --git a/speech/api/speechrest.py b/speech/api/speechrest.py index 43a8e39f65c8..ba75028f74e7 100644 --- a/speech/api/speechrest.py +++ b/speech/api/speechrest.py @@ -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()