diff --git a/gcloud/search/connection.py b/gcloud/search/connection.py index b989a295755d..f14627c6916d 100644 --- a/gcloud/search/connection.py +++ b/gcloud/search/connection.py @@ -29,5 +29,5 @@ class Connection(base_connection.JSONConnection): API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}' """A template for the URL of a particular API call.""" - SCOPE = ('https://www.googleapis.com/auth/ndev.cloudsearch',) + SCOPE = ('https://www.googleapis.com/auth/cloudsearch',) """The scopes required for authenticating as a Cloud Search consumer."""