[google-appengine] Google app engine Email APIOf Received limit

2016-01-10 Thread 塚田利明
Or the number of received limit, although there is 100 recipients, this restriction, Will want the number of a set number of x @ appspotmail.com? In addition, restriction of mail reception number, you sure you want to be considered the same as Gmail receiving limits. -- You received this

[google-appengine] Re: Lat-Lng headers in the request

2016-01-10 Thread Kaan Soral
I'm using Cloudflare and my solution is to manually ping appspot.com directly once and get the lat,lng set as cookies I'm using a jsonp method and sending the request from the domain It's not as good, but it's one solution, it's pretty much a generic ip to lat,lng solution/API -- You

[google-appengine] Re: Having lost all my data

2016-01-10 Thread Emilio Sanchez
Google has killed me -- 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 to

Re: [google-appengine] Re: Lat-Lng headers in the request

2016-01-10 Thread Jeff Schnitzer
Please star this issue: https://code.google.com/p/googleappengine/issues/detail?id=7415 I have to warn you, however, what you are doing (forwarding all traffic through a proxy) is dangerous. Google has some sort of attack detection and prevention system that recognizes malicious traffic patterns

Re: [google-appengine] Re: Having lost all my data

2016-01-10 Thread Jeff Schnitzer
Google didn't kill you. You ran some poorly-built opensource software that you didn't understand and you misconfigured it in a way that produced a ticking time bomb. I have a lot of sympathy for you - mistakes like this are easy to make - but you can't blame the hosting platform for your mistake.

[google-appengine] Re: Google Cloud SQL: Can't add authorized application

2016-01-10 Thread Adam (Cloud Platform Support)
This unfortunately is a known issue. Feel free to star the issue here for visibility. On Sunday, January 10, 2016 at 1:42:07 AM UTC-5, Zack Hine wrote: > > Just want to add, that I've also tried installing the Google Cloud SDK and

Re: [google-appengine] Geospatial/geolocation queries from GAE (or other Cloud products)?

2016-01-10 Thread Jeff Schnitzer
The datastore now supports geospatial indexes directly: https://cloud.google.com/appengine/docs/java/datastore/geosearch It's alpha, you have to ask for an invite, and I have no idea what the PHP bindings would look like, but it lets you do a "show records within a circle (or box) of a point"