[google-appengine] Re: Creating Unique Entities

2015-05-14 Thread Francis Stephens
It's unclear to me where I should be posting this question. I've posted it to stack overflow in case that is more appropriate, however the nature of the question goes against the SO guidelines.

[google-appengine] Custom domain slow ?

2015-05-14 Thread philippe pithon
Hi, My custom domain (two years) is very slow for a few weeks : 10s and my id.appspot.com is ok : 1s ideas -- 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

Re: [google-appengine] Re: Google Cloud Debugger on Google App Engine

2015-05-14 Thread Qian Qiao
As much as I would love to see a Go equivalent, I don't think it will be too soon, given how hard it is to build a debugger for Go, even just locally. But, well done and thank you for the continuous improvement to the platform. On Thu, 14 May 2015 17:28 Alexander Trakhimenok

Re: [google-appengine] appspot being used for phishing

2015-05-14 Thread 'Josh Moore' via Google App Engine
Thanks for reporting this issue! In the future, you can use this form to report abusive projects for App Engine or other Cloud Platform products: https://support.google.com/code/contact/cloud_platform_report I've done so for this instance, and will escalate the issue internally to ensure quick

Re: [google-appengine] Re: Google Cloud Debugger on Google App Engine

2015-05-14 Thread Keith Smith
Hi Alexander and Qian, Both Python and Go are on our roadmap. Python will likely be available earlier than Go. Stay tuned as we will be looking for early access participants to help us test things out. On Thursday, May 14, 2015 at 2:32:52 PM UTC-7, Qian Qiao wrote: As much as I would love

[google-appengine] Re: Google Cloud Debugger on Google App Engine

2015-05-14 Thread Alexander Trakhimenok
Any plans about something similar for Python Go? On Wednesday, 13 May 2015 21:55:51 UTC+1, Keith Smith wrote: Google Cloud Debugger (Beta) is now available on GAE http://googlecloudplatform.blogspot.com/2015/05/Troubleshooting-just-got-easier-with-Cloud-Debugger-on-Google-App-Engine.html

Re: [google-appengine] Re: Creating Unique Entities

2015-05-14 Thread Jeff Schnitzer
I'm honestly having a hard time understanding your questions. GAE transactions are pretty simple. When you start a transaction, each entity group (defined by the root key, whether or not an entity exists at that key) touched is enlisted in the transaction. When you commit a transaction, if any of

[google-appengine] no authorization window in youtube

2015-05-14 Thread philippe pithon
Hello everyone, I use oauth2/Appengine in my application, if I am already logged (user google) : I have the permission screen google when I log my appengine application. BUT, when I log to youtube, there is no authorization window google... the connection is automatic why ??? Les

Re: [google-appengine] Custom domain slow ?

2015-05-14 Thread Vinny P
On Thu, May 14, 2015 at 3:46 PM, philippe pithon pithon.phili...@gmail.com wrote: My custom domain (two years) is very slow for a few weeks : 10s and my id.appspot.com is ok : 1s ideas Can you share your custom domain/application ID so we can look at it? If you're not willing to

Re: [google-appengine] no authorization window in youtube

2015-05-14 Thread Vinny P
On Thu, May 14, 2015 at 4:33 AM, philippe pithon pithon.phili...@gmail.com wrote: I use oauth2/Appengine in my application, if I am already logged (user google) : I have the permission screen google when I log my appengine application. BUT, when I log to youtube, there is no authorization