[google-appengine] Re: Google Chat web hook not working with Notification alerts channel in GAE

2022-01-24 Thread Sajal Gupta
webhook here, and try TEST CONNECTION, I dont receive a message in my Chat space. So, wondering what additional steps may be required for this to work correctly. Thanks Sajal On Monday, January 24, 2022 at 2:25:25 PM UTC+5:30 bergall...@google.com wrote: > Well, there is step-by-s

[google-appengine] Google Chat web hook not working with Notification alerts channel in GAE

2022-01-22 Thread Sajal Gupta
webhook notification channel to send notification to google chat? Thanks Sajal -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin

Re: [google-appengine] Debugger in Python 3

2022-01-10 Thread Sajal Gupta
it." > wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software > Architect & Engineer > Developer Advocate at Google > <https://cloud.google.com/developers/advocates/wesley-chun/> by day; at > night: Core Python <http://amzn.com/dp/0132269937>

Re: [google-appengine] Re: When will GAE Python 2.7 be shutdown

2022-01-10 Thread Sajal Gupta
scpy> :: Software > Architect & Engineer > Developer Advocate at Google > <https://cloud.google.com/developers/advocates/wesley-chun/> by day; at > night: Core Python <http://amzn.com/dp/0132269937> > > > > On Fri, Jan 7, 2022 at 11:38 PM Sajal Gupta

[google-appengine] Debugger in Python 3

2022-01-08 Thread Sajal Gupta
: === /usr/bin/python2.7 "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 57002 --file /Users/sajal/google-cloud-sdk/bin/dev_appserver.py --runtime_python_path=/usr/bin/python3 --support_datastore_em

[google-appengine] Re: When will GAE Python 2.7 be shutdown

2022-01-07 Thread Sajal Gupta
ted intent of Google team is to move people away from App Engine eventually, current, proposed migration path is not helping. *Notice of termination of python 2.x*: Thank you. This helps. Regards Sajal On Friday, January 7, 2022 at 9:24:48 PM UTC+5:30 Alejandro L wrote: > Hello, > > Thank y

[google-appengine] When will GAE Python 2.7 be shutdown

2022-01-02 Thread Sajal Gupta
- if at all there is a plan to shut it down. 3. How much advance notice would the customers get before Python 2.7 services are shutdown. Thank you Sajal -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this grou

Re: [google-appengine] Re: GAE: Application Run time environment in Python 3

2021-12-24 Thread Sajal Gupta
NV', >> '').startswith('standard'): pass else: >> >> Maybe, the GAE documentation team can consider adding this info to Python >> 3 guide as it is there in python 2.7 guide. >> >> Regards >> >> Sajal >> On Wednesday, December 22, 2021 at 2:50:35

[google-appengine] Re: GAE: Application Run time environment in Python 3

2021-12-22 Thread Sajal Gupta
ost. Will try to cloud next and see what happens. # module: appengine_config ... if os.getenv('GAE_ENV', '').startswith('standard'): pass else: Maybe, the GAE documentation team can consider adding this info to Python 3 guide as it is there in python 2.7 guide. Regards Sajal On Wednesday, Decem

[google-appengine] GAE: Application Run time environment in Python 3

2021-12-21 Thread Sajal Gupta
Hi, Python 2,7 had the option to specify run time environment as follows: if os.getenv('SERVER_SOFTWARE', '').startswith('Google App Engine/'): # Production else: # Local development server The above does not seem to work in Python 3. Is there an equivalent in python 3 for the same?

Re: [google-appengine] Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread Sajal Gupta
and then try to attach PyCharm debugger with this task, it doesn’t work. It will help if there is a way to make it work and also is well documented. Regards Sajal > On 01-Dec-2021, at 11:11 PM, 'Matt Larkin' via Google App Engine > wrote: > > >dev_appserver doesn't seem

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-12-01 Thread Sajal Gupta
. will work only thru dev_appserver - at least as of now. Regards On Wednesday, December 1, 2021 at 11:43:09 AM UTC+5:30 Sajal Gupta wrote: > > I am using Flask's server as follows: > > if __name__ == '__main__': > # # This is used when running locally only. When deploying to Google A

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-30 Thread Sajal Gupta
) while my project is Python 3 - in fact trying to migrate from 2 to 3. Happy to share any additional information which can help debug this. Regards On Tuesday, November 30, 2021 at 9:51:42 PM UTC+5:30 matthe...@google.com wrote: > Hi Sajal, > Are you using dev_appserver to run locally, or a

[google-appengine] Re: App Engine closed local connection on Cloud sql

2018-12-18 Thread Sajal Garg
Hi Mike I am suffering from the same issue. I am running MySQL 2nd Gen instance. I have upgraded to 2 cores + 7.5 GB with 1 failover replica but futile. Can you please explain what do you mean by " we removed our scaling restrictions that limited our dev machine to 1 instance ". Thanks in

[google-appengine] Re: Receiving Email

2010-12-11 Thread sajal
you need to parse it and decode it... 'VGVzdG8=' becomes 'Testo' http://docs.python.org/library/base64.html On Dec 11, 9:58 pm, Massimiliano massimiliano.pietr...@gmail.com wrote: Hi, Can someone help me? I'm handling a received email and I want to store the body of the mail (the message

[google-appengine] Re: appspot.com blocked in Thailand!

2010-05-09 Thread sajal
, but i am really curious to find out if it was blocked or not... -Sajal On May 9, 12:56 pm, SivaTumma sivatu...@gmail.com wrote: In that whole story, I did not find the words AppEngine App Engine caps and smalls. Shall I trust that story has anything to do with your conveyed meaning Akai

[google-appengine] appspot.com blocked in Thailand!

2010-05-07 Thread sajal
are not seeing it yet, but in my experience my ISP is the fastest to comply with these requests and other ISPs follow within 24 hours. So in 24 hours no app engine app will be available in thailand via their appspot url. - Sajal -- You received this message because you are subscribed