my question is can we bind roles to API Keys if so, how?
Are the API Keys supported for all the services across GCP if not which ones?
also, why to use service account over API keys?
from googleapiclient import discovery
storage_service = discovery.build('storage', 'v1', developerKey="AIzaSyhidingKeyVm60c")
storage_service.buckets().list(project='my-project').execute()