I get the following error:
"Failed to authorize with API resource references: Failed to authorize with API resource references: PermissionDenied: User 'myServiceAccount@appspot.gserviceaccount.com' is not authorized with reason: (request: ResourceAttributes{Namespace:namespace1,Verb:list,Group:pipelines.kubeflow.org,Version:v1beta1,Resource:experiments,Subresource:,Name:,
Code
def main(data, context):
client = kfp.Client(host=HOST, client_id=CLIENT_ID,namespace=NAMESPACE)
logging.info(client.list_experiments(namespace=NAMESPACE))