From 5db5dad576d337b461cfd9293699575ef2f915ab Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 2 Jun 2025 12:35:50 +0000 Subject: [PATCH] fix CI Devices API scope --- src/gam/gamlib/glapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/gamlib/glapi.py b/src/gam/gamlib/glapi.py index c41319a1..5efc94d7 100644 --- a/src/gam/gamlib/glapi.py +++ b/src/gam/gamlib/glapi.py @@ -596,7 +596,7 @@ _SVCACCT_SCOPES = [ {'name': 'Cloud Identity Devices API', 'api': CLOUDIDENTITY_DEVICES, 'subscopes': READONLY, - 'scope': 'https://www.googleapis.com/auth/cloud-identity'}, + 'scope': 'https://www.googleapis.com/auth/cloud-identity.devices'}, # {'name': 'Cloud Identity User Invitations API', # 'api': CLOUDIDENTITY_USERINVITATIONS, # 'subscopes': READONLY,