[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine
At the moment, there is no support for dev_appserver. You can use the following link [1] to create a feature request. [1]:https://cloud.google.com/support/docs/issue-trackers On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote: > I have a bunch of Python27 App Engine

[google-appengine] Re: dev_appserver Python3 Windows support plans?

2022-08-11 Thread 'Andres Fiesco Casasola' via Google App Engine
At the moment, there is no support for dev_appserver. You can use the following link [1] to create a feature request. [1]:https://issuetracker.google.com/issues On Tuesday, August 9, 2022 at 4:55:22 PM UTC-5 jmwo...@gmail.com wrote: > I have a bunch of Python27 App Engine apps that I hav

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
It is important to know if you are using a flexible or standard environment since flex environment is compatible with PHP 7.2 and 7.3 runtimes, and standard is compatible with PHP 8.1, but in its preview phase [1], [2]. You can use PHP 8.1 in flex environment, but you need to use custom runt

[google-appengine] Re: Problems using Cloud Storge in my apllication

2022-06-21 Thread 'Andres Fiesco Casasola' via Google App Engine
It is important to know if you are using a flexible or standard environment since flex environment is compatible with PHP 7.2 and 7.3, and standard is compatible with PHP 8.1, but in its preview phase [1], [2]. How to know if you are in a Standard or Flexible environment: In your app.yaml, fi

[google-appengine] Re: How to structure credentials in requests to App Engine App

2022-05-05 Thread 'Andres Fiesco Casasola' via Google App Engine
How are you issuing the HTTP(s) request from your app engine? Could you please share the documentation you used for the authentication? Are you using a standard or a flex environment? On Thursday, May 5, 2022 at 2:06:35 AM UTC-5 david.b...@zebra.com wrote: > I am trying to figure out how to

[google-appengine] Re: app verification

2022-04-26 Thread 'Andres Fiesco Casasola' via Google App Engine
“The verification process takes several weeks to account for clarification questions and re-submissions. It is common to experience many back-and-forths during this review process. Any outstanding items will be communicated to you in the verification thread.[1]” You should check the verifica

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-04-19 Thread 'Andres Fiesco Casasola' via Google App Engine
Do you get any errors when you get the timeout? Could please post your code and your logs? I found these stackoverflow cases that can help you (most common errors): [1]: https://stackoverflow.com/questions/68420538/google-cloud-app-engine-deploy-fail-django [2]: https://stackoverflow.com/que

[google-appengine] Re: API Maps Payment Profile not Approved

2022-04-18 Thread 'Andres Fiesco Casasola' via Google App Engine
For any billing related issues, try contacting billing support. Here is a link that can help you get to the correct billing support group [1]. Here is another link that might be useful [2] and [4], it's a guide that you can use to troubleshoot payment and billing issues. [1]:https://clo

[google-appengine] Re: The region us-west2 does not have enough resources - on deployment

2022-03-14 Thread 'Andres Fiesco Casasola' via Google App Engine
Checking Stackoverflow threads with the same error, changing the VM to a different zone should help you. Here are other cases of users reporting the same error that can be helpful: - https://stackoverflow.com/questions/65884360/cannot-start-gce-vm-instance-the-zone-does-not-have-enough-resou

[google-appengine] Re: app engine location change .

2022-02-17 Thread 'Andres Fiesco Casasola' via Google App Engine
You cannot change an app’s region after it has been deployed; however, there is already a request for this feature, and the App Engine product team is evaluating it but there is no resolution time. Here is some information that you might find