[google-appengine] AppEngine Standar Enviroment PHP - La codificación de caracteres del documento HTML no ha sido declarada

2018-02-02 Thread WH NM
I am begginer in AppEngine with PHP. I am following this tutorial https://cloud.google.com/appengine/docs/standard/php/quickstart. This is my code: app.yaml: runtime: php55 api_version: 1 handlers: - url: /.* script: index.php index.php: SOFTCLOUD - Hello Word PHP APPENGINE

[google-appengine] Webapp2 - future clarity

2018-02-02 Thread Richard Cheesmar
Hi, can anyone from Google tell me what the future of webapp2 is, will it support python 3 at anytime soon or is it time to move over to flask? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] I want to upload my code,but meet a problem.........

2018-02-02 Thread 夏子龙
I downloaded the sdk 2.7.14 on the website and installed it directly.I wanted to deploy my code via google app engine launcher but failed,so i tried the code about "hello world".Unfortunately,the same error occurred. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Multiple apps in one app engine

2018-02-02 Thread TEO OBOTEO
hi, Is this possible to connect multiple apps with one app engine? All the apps are in one account only. -- 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-appengine] Re: appcfg does not support deploying to the Flexible environment. Use "gcloud app deploy" to deploy "env: flex" apps

2018-02-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
What was the deployment command used? Please try the previously suggested command using 'gcloud app deploy --verbosity=debug' or 'mvn appengine:deploy' using the Maven plugin. On Thursday, February 1, 2018 at 8:58:40 AM UTC-5, Georges Bou Ghantous wrote: > > Hi; > > When deploying my Maven app

[google-appengine] Re: appcfg does not support deploying to the Flexible environment. Use "gcloud app deploy" to deploy "env: flex" apps

2018-02-02 Thread Georges Bou Ghantous
Hi again; I updated my POM.xml with the following plugins: ... com.google.appengine gcloud-maven-plugin 2.0.9.133.v201611104 com.google.appengine appengine-maven-plugin

[google-appengine] GAE Search API example does not compile with line Utils.indexADocument(INDEX, document)

2018-02-02 Thread suresh paulraj
Hi, I'm running into local Eclipse compilation issue with a particular class "Utils.indexADocument(INDEX, document)" from GCP documented example

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Dhandapani Sattanathan
Yes Shaharia Azam, It is working fine now. Thanks for your valuable reply. It solved the problem. On Friday, February 2, 2018 at 5:03:57 PM UTC+5:30, Shaharia Azam wrote: > > So it's working good now? -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: GAE Search API example does not compile with line Utils.indexADocument(INDEX, document)

2018-02-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
After a quick search, I found this StackOverflow thread about 'Cannot find symbol' error which discusses in detail how this error is related to the identifiers. It seems that your actual issue is related to debugging your application. For further assistance I would recommend posting a

[google-appengine] Re: Multiple apps in one app engine

2018-02-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I found this old thread about this same issue. Most of the ideas discussed are still relevant today, including the use of microservices

[google-appengine] Re: I want to upload my code,but meet a problem.........

2018-02-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
It is recommended to use the new Gcloud SDK to deploy your App Engine applications as per the documentations . Just ensure that your app.yaml configuration file

[google-appengine] Re: Webapp2 - future clarity

2018-02-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Webapp2 is now an Open Source project maintained on Github . The community has already added support for Python 3 as per the git report here . The Google Cloud App Engine Standard team is

[google-appengine] Re: AppEngine Standar Enviroment PHP - La codificación de caracteres del documento HTML no ha sido declarada

2018-02-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
This is an HTML issue with your code , and that error message is returned by your Browser. This is not an issue with Google. It is recommended to ensure you are correctly setting your

Re: [google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Shaharia Azam
So it's working now? On Feb 2, 2018 11:49 AM, "Dhandapani Sattanathan" < dhandapani.sattanat...@ssomens.com> wrote: > Thanks, Kenworth & Shaharia Azam for your reply. > > > I tried with sys_get_temp_dir() function in GAE Flexible Environment, > > I changed like index.php and Cache.php in Mpdf.

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Shaharia Azam
So it's working good now? -- 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-appengine+unsubscr...@googlegroups.com. To post to this group, send email