Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-16 Thread Ehsan Kia
> it needs to be assessed by a technical support agent. Yes, that's basically the conclusion we came to, that it was beyond billing, and that it wasn't included in free support, so that was a dead end for me at least. > Not entirely sure if this was a GAE quota, could have been a GCS quota as

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-16 Thread 'David (Cloud Platform Support)' via Google App Engine
I believe you may have ended in the wrong support channel. Basic billing GCP support is provided to everyone. For questions like these that require project’s inspection to investigate an issue about a specific product, in this case App Engine and/or GCS, even though a billing issue may be a

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-14 Thread Ehsan Kia
GCP support was not able to help me. I eventually managed to find the issue by using Audit Logs to view all GCS accesses, and turns out one of my apps was misbehaving and trying to read a file every second. It still isn't clear to me why: 1. It gave me quota limit errors instead of just

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-14 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, This error can show up due to various matters usually related to billing or a quota being exceeded. I would recommend you to contact GCP support as they would be able to inspect your project and tell you the reason you are seeing this error message. On Tuesday, September 8, 2020 at

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-09-07 Thread Ehsan Kia
Nvm, this is still happening. The closest I can find is this: https://stackoverflow.com/questions/61052413/google-cloud-storage-quota-hit-how But I'm not anywhere near my limit. On Saturday, August 15, 2020 at 4:38:32 PM UTC-4 Ehsan Kia wrote: > For what it's worth, it got fixed the next day as

Re: [google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-08-15 Thread Ehsan Kia
For what it's worth, it got fixed the next day as the quotas reset, even though no quota showed as past it's limit and even though I had billing enabled. So if you run into the same issue, just deploy the right thing again and wait a day. On Sat., Aug. 15, 2020, 4:11 p.m. Ehsan Kia, wrote: > 3

[google-appengine] Broke GCS bucket by deploying a container to an older classic appengine project?

2020-08-15 Thread Ehsan Kia
3 days ago, I went to deploy a newer AppEngine project using `gcloud app deploy` but forgot that the default project was set to an older project. I have since reverted that by redeploying the older project, but my Google Cloud Storage seems to be completely broken. It does not let me access any