Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create project in Google Cloud: "Cloud Service disabled by admin. Please contact admin to restore service"

I try to create my first Google Project, and i got this error

Create Project: My Project

APPHOSTING_ADMIN Cloud Service disabled by admin. Please contact admin to restore service. com.google.apps.framework.request.StatusException: generic::FAILED_PRECONDITION: APPHOSTING_ADMIN Cloud Service disabled by admin. Please contact admin to restore service

Anyone any idea?

I am the admin from the GSuite account. I had checked my permission stuff in my account and I don't think there is a place for me to disable me from using GCP.

like image 529
biau83 Avatar asked Aug 10 '17 01:08

biau83


3 Answers

One possible reason for such error message would be the disabled G-Suite access to the Google Developers Console service.

Check in your GSuite Admin console Apps -> Additional Google services if Google Developers Console is enabled:

enter image description here

If it's not - enable it and re-try

like image 90
Dan Cornilescu Avatar answered Oct 16 '22 20:10

Dan Cornilescu


It seems I had the same or a similar issue- "google cloud platform service has been disabled error". Due to it, I could not create projects.

It seems the trouble was related to my university's email account [email protected]. Once I used my gmail account the problem was solved.

like image 24
amann Avatar answered Oct 16 '22 22:10

amann


Sorry to bump an old thread - but I just ran into this and wasted 20 minutes trying to figure out. Google Cloud Project (and Dev Console) were on for everyone but I could not create a project logged in as the Super Admin.

Go to Apps and click on Google Cloud Console. There's a single option 'Allow users to create projects' and for some reason in this company's tenant... It was unchecked. Checked it and project created. Bizarre. Has always been on for other clients apparently.

like image 5
IT Xpress Avatar answered Oct 16 '22 20:10

IT Xpress