Re: [google-appengine] Re: Anyone experiencing the new console log view being a bit busted?

2017-08-09 Thread 'Erik Pintar' via Google App Engine
Thank you both for your feedback about this issue! It helped influence our re-work of this feature, which has been just re-deployed. You should now see "first of _", "part of _" annotations in correlated log entries, but the nested entries are still split across the various entries. On

[google-appengine] Re: GAE Internal connection to Redis on GCE

2017-08-09 Thread Ridha El Bekri
Hello Faizen, Thank you for your answer. I did already did put in place a firewall rule but I didn't think about going with a test from another GCE instance. But talking about the connexion to Redis, I 'm not using a GAE flex app but a GAE standard python app ! Does that change anything ? Le

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Thomas, What is the exact command you run? The wrapper requires a certain format for the name of the bucket or file object. The standard environments offers other running conditions for apps, by reference to flex, there is no expectation to get similar results always. -- You received

Re: [google-appengine] Re: Best-Approach to create and REST API (PYTHON 2.7) for a Monolitic App Engine in standard environment

2017-08-09 Thread Richard Cheesmar
Hi, George, thanks for the response. I have forked a new branch with specific intention of changing my main modules into microservices. I'll get those modules as services slightly restructured and communicating first then I should have my api core in place and just need to add routing. I'll

Re: [google-appengine] Re: Best-Approach to create and REST API (PYTHON 2.7) for a Monolitic App Engine in standard environment

2017-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, Glad to hear that things are progressing and you start work on your newly branched app. As it seems we speak mostly of programming and coding from now on, it may be more effective to rather post specific questions on stackoverflow, where experts are ready to reply and help with

[google-appengine] Re: GAE Internal connection to Redis on GCE

2017-08-09 Thread Ridha El Bekri
Okey never minde I somehow missed this link : https://cloud.google.com/appengine/docs/the-appengine-environments#choosing_your_app_engine_environment Thank you for your help ! Le lundi 7 août 2017 17:12:58 UTC+2, Ridha El Bekri a écrit : > > Hi there, > > I dont know know if I'm searching for

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-09 Thread Thomas Valadez
The exact command I am writing is `echo file_get_contents("gs://test-appdocs-sendgrid-inbound/12/envelope.json");` where the bucket title is "test-appdocs-sendgrid-inbound" where "12" is a folder in the bucket and "envelope.json" is the actual file. File options are type is set to

[google-appengine] Deploying to GAE is down for me, is it down for everyone?

2017-08-09 Thread Luis Pinche
I cannot deploy to GAE from the Eclipse Plugin, it gives an HTTP 400 error, describing the error as "invalid scope". More error details: *400.* That’s an error. *Error: invalid_scope* A native application: *Google Plugin for Eclipse* You can email the developer of this application at:

[google-appengine] Re: Deploying to GAE is down for me, is it down for everyone?

2017-08-09 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Make sure you are using the right scope URL. When you run the scope URL to your browser, it should return a string. Example: 1.1 https://www.googleapis.com/auth/appengine.admin returns "appengine.admin " 1.2 https://www.googleapis.com/auth/drive returns "drive" 1.3

[google-appengine] Re: GAE Internal connection to Redis on GCE

2017-08-09 Thread Ridha El Bekri
Hello again Faizen, Since you first answered me you made me discover the GAE flex environment, I didn't know it existed ^^ but I went through it a little around and started guessing that my actual setup with the standard GAE was the cause of the problem. So I was wondering something (since I

[google-appengine] Re: What is the best development environment for building a custom CRM system?

2017-08-09 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I see that you have also asked about the optimal tools to develop your front-end and backend in the Cloud Developers group. It will be cleaner and more straight forward to move all discussions about your application and

[google-appengine] What is the best development environment for building a custom CRM system?

2017-08-09 Thread Ray Welsh
What recommendations are there for the back end and front end tools that will allow me to prototype, deploy and scale/further develop an application similar to a CRM system? I plan for this to be a responsive web front end initially, a mobile app may follow. - which language is best for rapid

[google-appengine] Re: GAE Internal connection to Redis on GCE

2017-08-09 Thread 'Faizan (Cloud Platform Support)' via Google App Engine
Hello Ridha, If you are using GAE standard environment the behavior you have observed is expected because the app is deployed in a sandbox and doesn't use GCE network. Moreover, you can cannot choose the network when deploying the standard app. The only option to connect your GAE standard app