Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not create bucket "The account for the specified project has been disabled."

I have an old GAE application (in production since 2011) that use Cloud Storage service since it is available in beta. I have not touched this apps for almost 1 year now.

I have to do some administrative task and want to create new buckets in Cloud Storage.

I have activated - the application in Google Cloud Console - the billing for this application in Google Cloud Console

I see the Google Cloud Storage tab, when I click on it it is empty, and when I try to create a new bucket I see the error message:

The account for the specified project has been disabled.

How can I fix that?

Why I do not see my existing bucket? (created long time ago using the old Web interface)

Thanks!

like image 689
Tug Grall Avatar asked Sep 07 '13 11:09

Tug Grall


2 Answers

This can happen when the Cloud Storage service isn't turned on for your project. Do the following:

  1. Visit http://cloud.google.com/console
  2. Select your project
  3. Visit the APIs & Auth tab
  4. Find Google Cloud Storage in the list of services
  5. Turn on Google Cloud Storage
like image 173
Benson Avatar answered Nov 16 '22 04:11

Benson


I was facing the same issue .While every API was enabled after deep diving i realized there is some problem relating to my billing.

like image 5
Amit_Hora Avatar answered Nov 16 '22 05:11

Amit_Hora