[google-appengine] Re: Google App Engine Front Controller removes Cookies from Response Header

2022-03-17 Thread 'barrado' via Google App Engine
Hi, According to the App Engine Standard documentation some headers are ignored and removed from the request response. Also headers with non-ASCII characters in either the name or value are removed. I

[google-appengine] Re: No Search Solution?! WOW.

2022-03-07 Thread 'barrado' via Google App Engine
Hi, As per now there isn't any built-in search solution for Cloud Firestore. But you can submit a feature request for the product team to consider this functionality. On Sunday, February 27, 2022 at 1:18:51 AM UTC+1 kaan...@gmail.com wrote: > The title says it all, I was checking the

[google-appengine] Re: comienzo con el diseƱo e implementaciĆ³n de course builder

2022-02-04 Thread 'barrado' via Google App Engine
Hi, Notice that Google Groups forums are meant only to be discussed on the English language. On the other hand I believe you can be more information about your questions in the Cloud Builder forum of Google Groups. On Tuesday, February 1,

[google-appengine] Re: Permission denied while calling GCP App engine REST API

2021-12-20 Thread 'barrado' via Google App Engine
You need to include your API KEY and the BEARER TOKEN in the request, for example using curl it would be: curl \ 'https://appengine.googleapis.com/v1/apps/[YOUR_APP_ID]?key=[YOUR_API_KEY]' \ --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \ --header 'Accept: application/json' \

[google-appengine] Re: Will spring-boot 2.5.+ support GCP cloud

2021-07-26 Thread 'barrado' via Google App Engine
Hi! I would recommend you to Spring support since they will be able to provide a more accurate answer regarding their product. On Friday, July 23, 2021 at 11:22:42 AM UTC+2 jlin...@gmail.com wrote: > > Hi > > I had gone to https://start.spring.io/

[google-appengine] Re: Did the standard environment auto scaling scheduler change recently?

2021-07-12 Thread 'barrado' via Google App Engine
There hasn't been any recent change in the App Engine Standard environment that could have lead to an increase in the billing amount. According to the documentation an App

Re: [google-appengine] Re: ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred..

2021-03-10 Thread 'barrado' via Google App Engine
Have you tried to deploy any other App Engine service? For example the Python3 App Engine Standard quickstart . If you are able to do so, this would mean that the error is specific or the service you are trying to deploy.

[google-appengine] Re: Datastore emulator message type mismatch

2020-10-13 Thread 'barrado' via Google App Engine
Hi, I recommend you to post this question in StackOverflow as it will have greater visibility and other user might be able to help you. On Monday, October 12, 2020 at 4:50:17 PM UTC+2 Jagath Weerasinghe wrote: > Unfortunately, not much data shown with the added

Re: [google-appengine] Re: Appengine Dashboard broken?

2020-10-12 Thread 'barrado' via Google App Engine
Hello, Please do not share your project IDs here as it is considered Personally Identifiable Information (PII). I have forwarded this issue to the App Engine product team and they are investigating it. You can check for further updates in this Public Issue tracker thread

[google-appengine] Re: Datastore emulator message type mismatch

2020-10-12 Thread 'barrado' via Google App Engine
Could you retry the command with the --log-http and --verbosity=DEBUG wide flags enabled to see if it gives more information about the error? On Friday, October 9, 2020 at

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-08 Thread 'barrado' via Google App Engine
Hi, I have deployed this Blobstore API sample service and it works well and allows me to successfully upload images. You could try to add further logging statements in your app to know

[google-appengine] Re: Understanding incremental upload in gcloud app deploy

2020-04-24 Thread 'barrado' via Google App Engine
Hi, I believe the cost of GCS and GCR is almost negligible. Container Registry images are stored in a Standard class buckets whose price is $0.026 per GB per month . Also the first 5 GB in the App Engine default bucket

Re: [google-appengine] Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-26 Thread 'barrado' via Google App Engine
Hi! You can find the official statements regarding Python2 in this documentation pages [1][2]. [1]: https://cloud.google.com/python/docs/python2-sunset [2]: https://cloud.google.com/appengine/docs/standard/long-term-support On Tuesday, March 24, 2020 at 3:02:55 PM UTC+1, bFlood wrote: > > Is