[google-appengine] Re: App Engine PHP 7.3

2019-01-10 Thread James Castillo
I don't need any other reason than because that's what I want. If App Engine won't provide it then I won't use it. On Monday, January 7, 2019 at 11:20:41 AM UTC-5, George (Cloud Platform Support) wrote: > > Hello James, > > It is difficult to offer even an appropriate release date for PHP >

[google-appengine] Re: Error while deploying swift application

2019-01-10 Thread Matt Sanford
You were certainly right, I added the "path" but now I am facing a different issue. The Perfect library has a dependency that requires openssl 1.0.2 but the version that is installed is 1.0.1 so the module is failing to compile. It seems as though the tutorial that was posted is severely out

[google-appengine] GAE Standard Envirenment [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0

2019-01-10 Thread Youssef Hamdane
I want to enable ioncube extension but i get error : NOTICE: PHP message: PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0 I use standard environment php72, that my php.ini file: zend_extension =

[google-appengine] The ghs.googlehosted.com is downing

2019-01-10 Thread Diego Damasio
Hello. Some IPs attributed for ghs.googlehosted.com are down. I need all IPs attributed for ghs.googlehosted.com

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

2019-01-10 Thread Mark Kubacki
Hi Nicolas, Thanks for relying this as request for enhancement to the engineering team! Just so we get the wording right—I am neither asking for customized TLS settings/versions, nor non-standard cipher suites. It's about the certificate, which I'd like to be an "ECDSA one". That is, the

[google-appengine] Re: Task Queue quota is not refreshing by last 2 days. What can i do with that?

2019-01-10 Thread davidcharles via Google App Engine
Hello, If your app is receiving errors for insufficient quota when adding tasks, increasing the total storage limit can help. Please read more about this and how to do it in this documentation for Python 2.7

[google-appengine] Re: How to refresh quota and reload data after the errors investigating?

2019-01-10 Thread davidcharles via Google App Engine
Hello, I see you have created an issue report in the Issue Tracker about Task Queue quota errors, If you believe the main issue is related to this, please follow that thread so that we would be able to assist you there efficiently. However, if

Re: [google-appengine] Re: Custom domains missing

2019-01-10 Thread Srinivasu Kota
I ready tried, it gives same error, no permission to deleteI am owner of the app, so I should be able to delete any domain weather it is created by me or not right? On Thu, Jan 10, 2019, 12:32 PM dangelot via Google App Engine < google-appengine@googlegroups.com wrote: > Maybe you can try to

Re: [google-appengine] Re: Custom domains missing

2019-01-10 Thread dangelot via Google App Engine
Maybe you can try to delete the domain by following: gcloud app domain-mappings delete DOMAIN [GCLOUD_WIDE_FLAG …] https://cloud.google.com/sdk/gcloud/reference/app/domain-mappings/delete On Thursday, January 10, 2019 at 1:26:39 PM UTC-5, dange...@google.com wrote: > > You might need to go

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

2019-01-10 Thread Vitaly Bogomolov
Hi. George > Is there a special reason you can't re-program your app? Do you absolutely > need to use GAE Mail service? The Mail service is not available in Python > 3. You need to use a third-party mail provider such as SendGrid, Mailgun, > or Mailjet to send email. All of these services

Re: [google-appengine] Re: Custom domains missing

2019-01-10 Thread dangelot via Google App Engine
You might need to go through the domain activation process again before deleting the domain. Please, take a look in this case[1]. [1] https://serverfault.com/questions/812240/google-app-engine-remove-custom-domain On Wednesday, January 9, 2019 at 9:15:34 AM UTC-5, Srinivasu Kota wrote: > > > >

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

2019-01-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Vitaly, Is there a special reason you can't re-program your app? Do you absolutely need to use GAE Mail service? The Mail service is not available in Python 3. You need to use a third-party mail provider such as SendGrid, Mailgun, or Mailjet to send email. All of these services offer

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

2019-01-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Craig, You indicate how you run the gcloud app deploy command locally, not in Cloud Build. How does your Cloud Build deploy command look like? It should look like: gcloud app deploy --image-url=[HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG] . How does yours look like, with project ID edited out?

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

2019-01-10 Thread Vitaly Bogomolov
Hi, George require effort to re-program your app in an alternative manner. > For example, I can't re-program my app, that receives emails, using GAE Mail service. Also, most of suggestions in this document (https://cloud.google.com/appengine/docs/standard/python3/python-differences) offers