[google-appengine] Re: GAE python 2.7 end of life

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Vitaly, In addition to sending email, SendGrid can receive email or make sense of the email you’ve already sent using webhooks. You may check related detail on the "Sending Emails with SendGrid" documentation page

Re: [google-appengine] GAE python 2.7 end of life

2019-01-11 Thread Joshua Smith
SendGrid has a daily limit of 100 emails in the free tier. My app predates the severe GAE mail limits, and thus can send more than that every day without incurring charges. So if you guys drop mail in Python 3, you’re going to add $15/month in cost to my application. My app is a free service pr

[google-appengine] How to connect Firebase Database from GOogle App engine

2019-01-11 Thread hr lumiins
HI, want to connect Firebase real database from google app engine. How do it ? Do you have sample or any documents -- 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

[google-appengine] How do I deploy Node_Modules on Google App Engine Flexible

2019-01-11 Thread Dos Branding
After deploying my files, my node_modules folder is not being deployed. How do I enable it to work. I am running on PHP Flexible. -- 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 f

[google-appengine] Re: Google Appengine OutBound traffic not going from Custom domain

2019-01-11 Thread 'Cristian (Google Cloud Platform Support)' via Google App Engine
Hi Chamika, This is not possible as it has been discussed in the duplicate thread you have created in Stack Overflow [1]. There are already feature requests (like this [1] and this one [2]) on providing static IP for App Engine apps, If you consider the option to have an static IP address f

[google-appengine] Re: How to connect Firebase Database from GOogle App engine

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
It all depends on what you want to accomplish, exactly. You may have a look at "Using Firebase for Real-time Events on App Engine ", or "Integrate with Google Cloud Platform

[google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dos, How did you deploy your app? What commands did you run? As a first step, you may consider running 'gcloud components update', and then try deploying again. If you run gcloud app deploy, what directory were you in? If you deploy again with gcloud app deploy --verbosity=debug, what

[google-appengine] AppEngine Standard (Python) not showing logs in StackDriver Errors

2019-01-11 Thread Yousuf Jawwad
I used to get the 500 errors notified to me with a pin point trace to my code line. I have been getting a lot of 500 errors lately but i cannot see any errors with StackDriver Error Reporting page. What could be wrong here? // yousuf -- You received this message because you are subscribed to

[google-appengine] Installing a 3rd party deb in App engine ?

2019-01-11 Thread Aswath Murali
Hi I'm new to app engine. I want to install a 3rd party software which provides cli tools for my cron job. I understand GAE is nearly stateless . But I don't want to give up without a proper opinion from peers Is it possible ? How can I do that in app engine? Thanks M.Aswath -- You rec

[google-appengine] Re: WordPress REST API query params not working properly on GAE Standard PHP7.2

2019-01-11 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hello Patrick, I see that you created a ticket in the Issue Tracker to further investigate this, as it seems that something might have changed on our side which caused the issue to appear as of Dec 22. The Issue Tracker is a better place to dr

[google-appengine] Re: Where to reduce the number of instances?

2019-01-11 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Candide, Thank you for reaching out to us, I understand that you have concerns about the charges on your last invoice. It seems that your first attempt at contacting the dedicated Billing team wasn’t really successful however I would recommend you to request direct support via Email

[google-appengine] Re: gcloud crashes when run within Cloud Build

2019-01-11 Thread Craig Saville
Thanks for that, I'll open an issue in Public Issue Tracker. For reference though the Cloud Build call that is being called is: - name: 'gcr.io/cloud-builders/gcloud' args: ['app','deploy','app.yaml','--project=$PROJECT_ID','--verbosity=debug'] env: ['PROJECT_ROOT=$SERVICE_NAME'] I don't s

[google-appengine] Re: GCE Managed SSL: param for ECDSA certificates?

2019-01-11 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Mark, Thanks for your last message. I will be adding the information provided to the Feature Request that we’ve already filed, they will be useful! I will be closing this private issue as I understand that no changes are required to your specific project but more of a possible general

[google-appengine] Error Reporting in AppEngine Flex

2019-01-11 Thread Yousuf Jawwad
StackDriver logs used to work until 2 months ago, but lately I am not getting error notification of errors. There used to be an error report like shown on this page. https://cloud.google.com/error-reporting/docs/viewing-errors Is there an extra step involved now? // yousuf -- You received t