I accidentally deleted a colleague's Google Cloud project which contained a domain-based bucket, ex. www.foo.com. My colleague ignored the warning that the project is scheduled for deletion and so the project was deleted.
We want to recreate the bucket but we get the
Another bucket is already named www.foo.com. Bucket names must be unique
across all projects in Cloud Storage. Please choose a different name and
try again.
error message.
I read Unable to create domain-based bucket even after verification and tried to reverify the domain in the hopes that it may lead to a fix.
After verification (domain is registered through Google and verification was repeated using a DNS TXT record), we are still unable to re-create the bucket.
I added a CNAME record to see if the bucket is still there and sure enough a page loaded with the 'Your Google account is not currently enabled for this operation.' pointing me to the billing page for the account.
I cannot figure out how to delete the bucket if the project it was in is deleted already.
I've double checked to ensure billing is enabled, the domain is verified, and that no project that either of us own contains the bucket name in question.
Any tips would be appreciated.