From 94fe20607e786a684c9cf64866d97277be47ca5c Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 22 Jul 2021 16:19:10 -0700 Subject: [PATCH] Updates for CRM v3 changes (#1401) --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 584656b3..b56353c5 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -8045,7 +8045,7 @@ def doDelProjects(): gapi.call(crm.projects(), 'delete', throw_reasons=[gapi_errors.ErrorReason.FORBIDDEN], - projectId=projectId) + name=project['name']) print(f' Project: {projectId} Deleted{currentCount(i, count)}') except gapi_errors.GapiForbiddenError as e: print(