Skip to content

Commit dc026dd

Browse files
dhermeswaprin
authored andcommitted
Adding scope to error reporting client. (#3334)
1 parent dafb50c commit dc026dd

File tree

1 file changed

+3
-0
lines changed
  • packages/google-cloud-error-reporting/google/cloud/error_reporting

1 file changed

+3
-0
lines changed

packages/google-cloud-error-reporting/google/cloud/error_reporting/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ class Client(ClientWithProject):
123123
set in the environment.
124124
"""
125125

126+
SCOPE = ('https://www.googleapis.com/auth/cloud-platform',)
127+
"""The scopes required for authenticating as an API consumer."""
128+
126129
def __init__(self, project=None,
127130
credentials=None,
128131
_http=None,

0 commit comments

Comments
 (0)