How to create a project in GCP?

I need help creating a project in GCP

Hey,

Hope you’re keeping well.

You can create a new project from the Google Cloud Console by going to IAM & Admin > Manage Resources and clicking Create Project. Enter a name, select a billing account, and choose an organization or folder if applicable. You can also use the gcloud CLI with gcloud projects create PROJECT_ID –name=”PROJECT_NAME” –set-as-default and then link it to a billing account using gcloud beta billing projects link PROJECT_ID –billing-account=BILLING_ACCOUNT_ID. Once created, enable the necessary APIs for your workloads in APIs & Services > Library.

Thanks and regards,
Taz

I don’t know why my reply was removed. I am simply asking a technical question: when trying to create a project in Nexus, I am not sure which subspace I should be choosing in step 2. I keep getting an error. I need help and was wondering if someone could help me with this.