I am out of ideas. After following
"https://serverfault.com/questions/837470/unable-to-access-organisationss-iam-settings-in-google-cloud" and several other suggestions, nothing seems to work. I am simply unable to delete these projects and adding myself as roles/resourcemanager.projectCreator
doesn't work.
I have three project IDs which I am trying to delete. For this I go to
https://console.cloud.google.com/home/dashboard?project={PROJECT_ID}&cloudshell=true
and run
$ gcloud projects add-iam-policy-binding {PROJECT_ID} \
--member="user:{MY_EMAIL}" \
--role="roles/resourcemanager.projectCreator"
but all I am getting is:
ERROR: (gcloud.projects.add-iam-policy-binding) User [{MY_EMAIL}] does not have permission to access projects instance [{PROJECT_ID}:getIamPolicy] (or it may not exist): The caller does not have permission
Deleting it directly it not working of course:
$ gcloud projects delete you-can-see-this-project
Your project will be deleted.
Do you want to continue (Y/n)? y
ERROR: (gcloud.projects.delete) User [{MY_EMAIL}] does not have permission to access projects instance [{PROJECT_ID}] (or it may not exist): The caller does not have permission
Using the Web-UI will just tell me that I have insufficient permissions to even view the IAM page: