I can not delete my project on Google Cloud Platform
with error
Not enough permissions.
I tried to find the owner of the project through the command:
gcloud projects get-iam-policy [PROJECT-ID]
But it still get error
ERROR: (gcloud.projects.get-iam-policy) User [[email protected]] does not have permission to access project [PROJECT-ID: getIamPolicy] (or it may not exist): The caller does not have permission
NOTE: The PROJECT-ID and [email protected] are not real
How to solve?