Re: [google-appengine] Re: Stack driver logs not working

2016-08-01 Thread Daniel Kramer
Thanks for the help! -- Daniel Kramer Sent with Airmail On August 1, 2016 at 6:36:09 PM, Christian F. Howes ( christian.ho...@starmakerinteractive.com) wrote: bummer! i know the next request is going to be to capture a HAR log of the session trying to load the page. you can submit a ticket in

Re: [google-appengine] Re: Stack driver logs not working

2016-08-01 Thread Christian F. Howes
bummer! i know the next request is going to be to capture a HAR log of the session trying to load the page. you can submit a ticket in the public issue tracker with a special tag that makes it readable by only you and google folks (so your private info in the HAR log is not exposed). the

[google-appengine] Re: Stack driver logs not working

2016-08-01 Thread Daniel
Thanks for answering. I checked and both my project and my gmail account are correct. Other parts of the cloud platform pages work fine, I can see my appengine dashboard and datastore. I've often had issues with it switching accounts on me as well, but this appears to be something else as

[google-appengine] Re: Stack driver logs not working

2016-08-01 Thread Christian F. Howes
quintuple check that you have the right project selected in the top right (blue) bar of the page. sometimes the auth mechanisms pick the wrong google account for me and then all chaos breaks loose. cfh On Sunday, July 31, 2016 at 3:24:46 PM UTC-7, Daniel wrote: > > I haven't inspected my logs

[google-appengine] Re: Unable to create directory wp-content/uploads/2016/07

2016-08-01 Thread Christian F. Howes
you need to update your wordpress to write data to a GCS bucket. I think https://wordpress.org/plugins/google-app-engine/ is the plugin we have used for that. good luck! On Friday, July 29, 2016 at 1:05:26 PM UTC-7, B Modela wrote: > > Unable to create directory wp-content/uploads/2016/07. Is

[google-appengine] Re: Task size limit on Flexible env

2016-08-01 Thread Christian F. Howes
correct, the restrictions of the environment are lifted, but the restrictions of the associated services are not. So the task queue service still has a payload size limit, as that is an off-instance service. (similarly the max size of an entity in NDB is still the same). i can't find the

[google-appengine] Re: Google App Engine version 1.9.31 SDK

2016-08-01 Thread pdknsk
> > This must be the first release with just a single item in the release > notes. I'm expecting Google to release a new version without any changes > this year. > It happened. Aug 1, 2016 - Version 1.9.42 Python runtime notes • This release does not include a new Python SDK. Python users

[google-appengine] Re: Authentication Integration with Google

2016-08-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Pankaj, As far as I know, we use exclusively OAuth2 in our auth systems, with no explicit support for ActiveDirectory. If you can manage to read through the documentation we provide about our auth systems and determine how that integrates with your AD solution, this is certainly a

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

2016-08-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Henry, The first thing you'll need is PyDev , which is a python IDE for Eclipse. It also contains a debugger , so you can debug your app while the devserver is running. You should set up the devserver.py command as a

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

2016-08-01 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I'm glad to hear this issue was transient. Thank you nevertheless for bringing this up. If this error returns, I would suggest filing a new defect report on the public issue tracker , linking back to this thread for context and attaching

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rajesh, I've followed up in that thread. It appears that the method .credentials(userName, passwd) is deprecated, so as the Public Issue Tracker thread reply suggests, you should use the recommended methods from the documentation

[google-appengine] Re: Instances restart on reaching maximum number of requests

2016-08-01 Thread Marcel Manz
Hi I second Adam's suggestion to use manual scaling in order to not run into any latency issues. We're running on manual scaling for several years now and this proved the only scaling method guaranteeing no latency issues. Eg. when we tried with basic-scaling, we discovered that: 1. There is

[google-appengine] Google Frontend inconsistent caching

2016-08-01 Thread Matt Mohebbi
I have a nodejs application I deploy to Appengine Flexible Environment via a docker custom runtime. When I deploy to one project (iodine-test), I get the great caching features of the Google Frontend: air:/tmp/plum/deploy-20160727-124350% curl -w "@/Users/matt/bin/curl-time-format.txt" -o

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

2016-08-01 Thread Attila-Mihaly Balazs
Thank you for the follow up. The problem seems to have fixed itself in the meantime (ie. I just tried it now and it successfully deleted the service). FYI: * This was NOT the default service * This was a standard python service (ie. not a flexible environment one) Cheers, Attila -- You

[google-appengine] Re: Did App Engine update the datastore quota?

2016-08-01 Thread Sunny Jerry
Hi Since today is Aug 1st but the content in https://cloud.google.com/appengine/docs/quotas#Datastore and https://cloud.google.com/appengine/pricing#costs-for-datastore-calls is still not same. Any timetable to fix this? Thanks On Thursday, July 7, 2016 at 11:06:07 PM UTC+8, Dan McGrath

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-01 Thread Rajesh Gupta
Hello Nick, I create a new project and tried. It is the same exception. Following code is not working RemoteApiInstaller installer = new RemoteApiInstaller(); RemoteApiOptions options = new RemoteApiOptions().server(domainName, portNumber) .credentials(userName,

[google-appengine] google speech api

2016-08-01 Thread Liran Hecht
does new google speech api works with php? -- 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