From 75a856808d8718f3b90f9a8ec0a36443449550d7 Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Thu, 31 Mar 2016 16:07:37 -0700 Subject: [PATCH] Update cloud speech scope --- speech/api/speechrest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()