mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Updates for CRM v3 changes (#1401)
This commit is contained in:
@ -8045,7 +8045,7 @@ def doDelProjects():
|
|||||||
gapi.call(crm.projects(),
|
gapi.call(crm.projects(),
|
||||||
'delete',
|
'delete',
|
||||||
throw_reasons=[gapi_errors.ErrorReason.FORBIDDEN],
|
throw_reasons=[gapi_errors.ErrorReason.FORBIDDEN],
|
||||||
projectId=projectId)
|
name=project['name'])
|
||||||
print(f' Project: {projectId} Deleted{currentCount(i, count)}')
|
print(f' Project: {projectId} Deleted{currentCount(i, count)}')
|
||||||
except gapi_errors.GapiForbiddenError as e:
|
except gapi_errors.GapiForbiddenError as e:
|
||||||
print(
|
print(
|
||||||
|
Reference in New Issue
Block a user