join the google developers group (for android development) https://gdg.community.dev/
https://cloud.google.com/billing/docs/onboarding-checklist
https://cloud.google.com/docs/enterprise/setup-checklist
Procedure to get a Google Cloud account with domain and workspace business plus account
open an incognito window (don't use your other google accounts)
instead sign up using Google Workspaces
add yourself or your business
select a new domain = nimbostratus.info
Google workspace free trial https://admin.google.com/terms/apps/1/3/en/supplemental_terms.html
goto http://cloud.google.com and immediately select the free trial - this will start your billing cycle but retain the $400 = 300 + 100 (business level) credits
However, your 100 business plus credit will be applied after you
Run the checklist before you are able to create folders
https://cloud.google.com/docs/enterprise/setup-checklist?hl=en&_ga=2.82329810.-552251720.1645386864
Add Project Billing Manager role to enable project billing
In order to be able to create folders and associate a billing account with projects - the super admin level user that has the "organization administrator" role also needs the "project billing manager" role.
Enable the
michael@cloudshell:~ (bold-zoo-341919)$ gcloud auth list Credentialed Accounts ACTIVE: * ACCOUNT: michael@nimbostratus.info To set the active account, run: $ gcloud config set account `ACCOUNT` michael@cloudshell:~ (bold-zoo-341919)$ gcloud organizations list DISPLAY_NAME: nimbostratus.info ID: 197381943134 DIRECTORY_CUSTOMER_ID: C01y9w9x1 michael@cloudshell:~ (bold-zoo-341919)$ gcloud organizations add-iam-policy-binding 197381943134 --member="user:michael@nimbostratus.info" --role="roles/resourcemanager.organizationAdmin"Updated IAM policy for organization [197381943134]. bindings: - members: - domain:nimbostratus.info role: roles/billing.creator - members: - user:michael@nimbostratus.info role: roles/resourcemanager.organizationAdmin - members: - domain:nimbostratus.info role: roles/resourcemanager.projectCreator etag: BwXYp3WwCmA= version: 1
Results will be full folder creation level rights.