Re: [google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-11-01 Thread bb b
Filed https://code.google.com/p/googleappengine/issues/detail?id=12502 for the issue specific to Managed VMs. On Sunday, November 1, 2015 at 3:08:01 AM UTC-8, bb b wrote: > > Reviving this thread... Is there a tracker for this issue? > > I ran into a different version of this: I accidentally dele

Re: [google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-11-01 Thread bb b
Reviving this thread... Is there a tracker for this issue? I ran into a different version of this: I accidentally deleted the staging..appspot.com bucket used by the Managed VM deployment process (gcloud preview app deploy) and I can't recreate it; further invocations of "gcloud preview app dep

Re: [google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-06-08 Thread 'Chris Ramsdale' via Google App Engine
well, this isn't cool. let me look into what's going on here and see if we can add a fix. at minimum, we shouldn't allow you to delete the default bucket (we use if for other services) and get yourself into a horked state. -- Chris On Mon, Jun 8, 2015 at 5:08 PM, Sean Lynch wrote: > While GCS

Re: [google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-06-08 Thread Sean Lynch
While GCS is very cheap, the default bucket is free up to 5GB and more importantly, does not require billing to be enabled. I just ported an application using the deprecated google.appengine.ext.files API to GCS but now I'll need to enable billing to restore this file upload functionality for their

Re: [google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-06-08 Thread Jeff Schnitzer
While I haven't made this particular mistake, it's actually kind of a big deal. We deploy the same code to acceptance, staging, etc environments. Using the default bucket means we don't have to set up buckets by hand for each of those environments. Before you say "that's not a big deal", the entire

[google-appengine] Re: Deleted default Google Cloud Storage bucket, unable to recreate

2015-06-08 Thread Patrice (Cloud Platform Support)
Hi Sean, Unfortunately, no there is no way to re-create the default bucket if you deleted it. I don't see why you really need the default one though... can't you use any other bucket, since they have the exact same behavior as the default ones? If you really need to use the default one, yes u