Skip to content

Commit

Permalink
Adding scope to error reporting client. (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes authored and waprin committed Apr 27, 2017
1 parent ce043bb commit 56d98b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions error_reporting/google/cloud/error_reporting/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ class Client(ClientWithProject):
set in the environment.
"""

SCOPE = ('https://www.googleapis.com/auth/cloud-platform',)
"""The scopes required for authenticating as an API consumer."""

def __init__(self, project=None,
credentials=None,
_http=None,
Expand Down

0 comments on commit 56d98b9

Please sign in to comment.