https://github.com/xyou365/AutoRclone/blob/f90853a989b3773b188fe7501a574800c6ef1145/gen_sa_accounts.py#L45 ```javascript return [i['projectId'] for i in service.projects().list().execute()['projects'] if i['lifecycleState'] == 'ACTIVE'] ```
AutoRclone/gen_sa_accounts.py
Line 45 in f90853a