[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-15 Thread pravanjan palai
Hello Todd, I have created a sample example with Java 11 with Spring Boot war type and successfully tested. Please follow this Github link for complete detail. Do let me know if it works for you. Thanks, Pravanjan On Tuesday, Aug

[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

Re: [google-appengine] Receiving data from Google Cloud

2020-08-15 Thread wesley chun
Ah, great. That was good to know, and yes, you can do it the easiest with Cloud Functions... since you're only serving a model, you don't need an entire app (App Engine). I've not done it myself, but start with this post

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 d

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-15 Thread Todd Murchison
Oh very cool! It looks like the secret sauce is in the " internalResourceViewResolver()" method? I will give this a try this coming week. Thanks for the helping hand! -Todd On Sat, Aug 15, 2020 at 1:11 PM pravanjan palai wrote: > Hello Todd, > I have created a sample example with Java 11

[google-appengine] Re: Cross-contamination between project sandboxes. How do I fix this?

2020-08-15 Thread 'Kevin Hirsh' via Google App Engine
We understand that you have found that the Cloud Shell storage persists across projects. This behavior is indeed intended, as the Cloud Shell persistent disk storage is not provisioned on a per-project basis, it is rather provisioned on a per user basis