Skip to content

Commit 3f9dff5

Browse files
[gaarf-py] Fix: Provide correct scope for default application credentials
Change-Id: I9ba48f3e7e51f14df79c95ab50fdf0425bf6e426
1 parent 6a90b8f commit 3f9dff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/gaarf/api_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def _init_client(
350350
and 'json_key_file_path' not in config_dict
351351
):
352352
credentials, _ = google.auth.default(
353-
scopes=['https://www.googleapis.com/auth/adswords']
353+
scopes=['https://www.googleapis.com/auth/adwords']
354354
)
355355
if login_customer_id := config_dict.get('login_customer_id'):
356356
login_customer_id = str(login_customer_id)

0 commit comments

Comments
 (0)