[google-appengine] Re: appengine cloud sql performance issue ,taking too much time to process the request

2016-07-28 Thread ANOOP M.S
hi NIcholas, its the same request that is taking different time to complete the task, in my case two users are accessing same row at the same time and the row it self has a size of 100KB ,its a turn based game, so first turn it works perfectly , second turn you will get this delay of at least 3

[google-appengine] Re: Unable to execute any task via push queue

2016-07-28 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey A. Kong, Thanks for your question. This is an expected behaviour which can be clarified by looking into the information in the tooltip. This is about the "enforced rate" you can find in Task Queue section on Console. You will see the following tool tip when you hover the mouse on the

[google-appengine] Re: Are pending_ms still reported in the logs?

2016-07-28 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mark, The data will only appear if the request spent time in a pending queue, as described in the documentation (ctrl+f "Pending queue"). So, if it's not there, you can interpret that as pending_ms=0 Cheers! Nick Cloud Platform

[google-appengine] Re: InvalidSenderError: Unauthorized sender

2016-07-28 Thread Kaan Soral
Further debugging: the reason my personal email wasn't working was because of capitalisation, for some reason appengine added capitals to my email address, and without those capitals, the email isn't sent, bizarre The issue still remains tho, I can't send an email from the Owner I've added, I

[google-appengine] InvalidSenderError: Unauthorized sender

2016-07-28 Thread Kaan Soral
Hi I've deployed a new project, however I can't send an email from both my own gmail address, and a new google apps email address that I added as an "Owner" (overkill) With previous projects, both of these worked without issues, is this no longer the case? (As a small suggestion, I don't

[google-appengine] Re: Can't delete service (module) from console

2016-07-28 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for sharing your experience here. - Could you provide a screenshot of the error? - Are you attempting to delete the default service? If so, this cannot yet be done but is an active feature request . - If

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread 'Nick (Cloud Platform Support)' via Google App Engine
... Although I would also like to repeat my advice to check whether the service and version which are default on the app actually have the remote API endpoint handler on them. It seems a 404 is more consistent with that explanation than with the additional security constraint. On Thursday,

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rajesh, I'll second PK's advice, here - there should be no reason to add an additional security constraint to the remote API endpoint , and that's likely the root of the problem. Cheers, Nick Cloud Platform Community Support

[google-appengine] How to setup Eclipse to debug Local GAE in Google3 environment

2016-07-28 Thread 'Henry Lai' via Google App Engine
I am looking for document to setup Eclipse, so that I can debug in local GAE for web application (GAE web app and Django web app). (Python) Thank you very much. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread PK
Remove it and try again. This is most likely your problem. --Panos > On Jul 27, 2016, at 11:50 PM, Rajesh Gupta > wrote: > > Yes > > > Protected Area > /remote_api/* > > > admin >

[google-appengine] Authentication Integration with Google

2016-07-28 Thread Pankaj Jha
down votefavorite I have a web application which works on windows active directory.Since it is deployed on Local IIS, windows authentications works fine. Now I am planning to move the authentication part of

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread Rajesh Gupta
Yes Protected Area /remote_api/* admin On Thu, Jul 28, 2016 at 11:59 AM, PK wrote: > Do you have any security constraint on /remote_api? > > PK > p...@gae123.com > > > > > On Jul 27, 2016, at 10:55

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread PK
Do you have any security constraint on /remote_api? PK p...@gae123.com > On Jul 27, 2016, at 10:55 PM, Rajesh Gupta > wrote: > > In the web.xml > > > RemoteApi > > com.google.apphosting.utils.remoteapi.RemoteApiServlet >