[google-appengine] ERROR: (gcloud.app.deploy) Error Response: [9] Application startup error! Code: APP_CONTAINER_CRASHED

2020-07-19 Thread Sarthak Tiwari
i am trying to deploy Django project and get error Updating service [default] (this may take several minutes)...failed. ERROR: (gcloud.app.deploy) Error Response: [9] Application startup error! Code: APP_CONTAINER_CRASHED my dockerfile RUN apt-get install -y python3-pip libgdal-dev locales #

[google-appengine] How to invalidate cashed URL response from GAE “server: Google Frontend”

2018-04-04 Thread Aditya Tiwari
My website is hosted on Google App Engine using Standard Python. In request handlers, I am setting HTTP header "cache-control: max-age=3600, public" So frontend server "Google Frontend" caches the response for 1hr(which I want to save cost). In rare cases the content of page changes and

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-31 Thread Swapnil Tiwari
Thanks for the reply Geore. Changing the url to a specific URL for example -url:/api/v1/sign-up also did not work On Thursday, August 31, 2017 at 6:51:02 PM UTC+5:30, George (Cloud Platform Support) wrote: > > You seem to have used the wildcard "*" between single quotes '*'. The > error message

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-30 Thread Swapnil Tiwari
Also, the CORS subchapter says - "You can set HTTP headers for responses of your static file or directory handlers. If you need to set HTTP headers in your script handlers, you should instead do that in your app's code." I don't want CORS

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-30 Thread Swapnil Tiwari
Alos, the CORS support subchapter says - "You can set HTTP headers for responses of your static file or directory handlers. If you need to set HTTP headers in your script handlers, you should instead do that in your app's code." On

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-30 Thread Swapnil Tiwari
Yes I did try the CORS example given in the link you just shared. I added a handler to app.yaml like this: handlers: - url: /* http_headers: Access-Control-Allow-Origin: '*' Then I ran - *gcloud app deploy* and got an error. I have attached the screenshot of the error -- You

[google-appengine] Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-30 Thread Swapnil Tiwari
Hi, I have been trying to enable CORS on my Django application deployed on Google App Engine flexible environment but no luck. Here is my question on stack overflow with a lot more details -

[google-appengine] Enabling CORS on Google App Engine flexible environment for a Django Application

2017-08-30 Thread Swapnil Tiwari
Hi, I am not able to configure CORS for my Django application in GAE flexible environment. Here is my question on stack overflow with more details - https://stackoverflow.com/questions/45934384/enabling-cors-on-google-app-engine-for-a-django-application I have followed the January 2017

Re: [google-appengine] Re: App Engine admin console redirects to Developers Console

2015-10-09 Thread 'Deepak Tiwari' via Google App Engine
;> On Friday, October 9, 2015 at 5:17:21 AM UTC+2, Christian F. Howes wrote: >>> >>> Deepak, >>> >>> Thanks for looking into this. For the broader group - i'm using Chrome >>> on Mac right now. It may just be that I am impatient and that the logs &

[google-appengine] Re: App Engine admin console redirects to Developers Console

2015-10-08 Thread Deepak Tiwari
Hi Mark, I am the PM for Cloud Logging. Thank you for the feedback on the logs viewer. We are looking at UI design options for proving the best option for viewing the log lines in the collapsed format. Your feedback is valuable. On the slowness of the logs viewing - we are actively looking

Re: [google-appengine] Re: App Engine admin console redirects to Developers Console

2015-10-08 Thread 'Deepak Tiwari' via Google App Engine
query also takes a long time > to load. > > thanks for the help! > > christian > > > On 10/8/15 07:59, Deepak Tiwari wrote: > >> Hi Mark, >> I am the PM for Cloud Logging. Thank you for the feedback on the logs >> viewer. We are looking at UI de

[google-appengine] Re: setup Jave Managed VM failed: 'module' object has no attribute 'CleanableContainerName'

2015-01-12 Thread Vikram Tiwari
Hi, I am encountering the same issue. Same config. Mac OS, Docker based deployment for App Engine. On Friday, January 9, 2015 at 12:38:54 PM UTC+5:30, scde wrote: Hi, I am trying to follow up this instruction https://cloud.google.com/appengine/docs/java/managed-vms/sdk to setup Managed

Re: [google-appengine] Re: setup Jave Managed VM failed: 'module' object has no attribute 'CleanableContainerName'

2015-01-12 Thread Vikram Tiwari
This fixed when i updated the command line utils. Thanks and Regards! Vikram Tiwari https://google.com/+VikramTiwari On Mon, Jan 12, 2015 at 12:23 PM, Vikram Tiwari vikramtheo...@gmail.com wrote: Hi, I am encountering the same issue. Same config. Mac OS, Docker based deployment

[google-appengine] Re: Large number of datastore puts

2011-10-13 Thread tiwari
Thanks a lot for the reply -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/8hHDnGaLZzkJ. To post to this group, send email to

[google-appengine] app engine “new pricing” meaning of “small ops”

2011-09-30 Thread tiwari
Hi Google has surprised many with massive change in pricing and specially the way it is now calculated. It is available at http://www.google.com/enterprise/cloud/appengine/pricing.html I have 2 questions on it 1)Meaning of small ops 2) How cost of GQL query or fetch() will be calculated,

Re: [google-appengine] Guarantees for businesses?

2010-08-23 Thread Saurabh Tiwari
On 08/24/2010 12:27 AM, Ikai L (Google) wrote: 1. Yes, we will continue the service for 3 years in the event we choose to discontinue App Engine. I've stated in another thread that I believe this is highly unlikely. 2. No, we do not guarantee those rates. They are subject to change depending

[google-appengine] how to edit entity using Edit button....

2010-05-12 Thread ashish tiwari
hi friends, i m new to Google appengine i m making simple application for entering student name and roll number and store the data.. after storing the data i want to edit this entity. my template dir having the edit button example. := Student nameRoll Number Task