[google-appengine] Re: Rate Limit Exceeded

2015-08-17 Thread Ryan (Cloud Platform Support)
Salutations, I took a look and the reason you cannot create a new project is that you have reached a limit of how many projects are allowed per user. To request that this limit is increased please fill out the form at: https://support.google.com/code/contact/project_quota_increase To other us

[google-appengine] Re: Find nearest location from current location

2015-08-17 Thread Patrice (Cloud Platform Support)
Hi hr To begin with, did you get whitelisted to use that feature? Because as it's still an Alpha feature, it needs to be requested and granted before you can use it. As you can also see, "GeoPt" is part of the "com.google.appengine.api.datastore" package and, as such, is potentially only avai

[google-appengine] Re: How to debug increase in response latencies.

2015-08-17 Thread Patrice (Cloud Platform Support)
Hi Sarath, After the fact, it might be a little bit hard to check it precisely. But for the future, you can enable Cloud Monitoring to check on latency. Cheers! On Saturday, August 15, 2015 at 11:52:44 PM UTC-4, Creative Cubs wrote: > > H

[google-appengine] Re: Appengine not pointing to domain correctly ?

2015-08-17 Thread Patrice (Cloud Platform Support)
Hey again Abdelhadi, If you use an nslookup tool, can you confirm you see the A and records you had to add? because you said you had 4 of each to add, and using an nslookup, I can only see 2 A records and 2 records. In the meantime, you're right, if you see the domain suggested, the p

[google-appengine] app engine usage report beyond 90 days

2015-08-17 Thread Ivan Golubev
Hello guys, does anyone know how to fetch Google App Engine usage report beyond the 90 days, say for 9 months ? I mean this feature : Download Usage Reports (CSV) This is located on page https://appengine.google.com/billing/history -- You rec

Re: [google-appengine] Re: How to debug increase in response latencies.

2015-08-17 Thread 'Alex Martelli' via Google App Engine
I would also recommend a recent blog post by our esteemed colleague John Lowry -- http://googlecloudplatform.blogspot.com/2015/08/How-to-Troubleshoot-Latency-in-Your-App-Engine-Application.html Alex On Mon, Aug 17, 2015 at 7:53 AM, Patrice (Cloud Platform Support) < pvoutsi...@google.com> wrote:

Re: [google-appengine] Re: Appengine not pointing to domain correctly ?

2015-08-17 Thread Abdelhadi Khiati
Actually i can see 4 records (which are the one given to me) on the nslookup query -> nslookup kiloreux.info Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: kiloreux.info Address: 216.239.32.21 Name: kiloreux.info Address: 216.239.36.21 Name: kiloreux.info Address: 216.23

Re: [google-appengine] Re: Appengine not pointing to domain correctly ?

2015-08-17 Thread Patrice (Cloud Platform Support)
Hey again Yeah somehow now I can see 4 records for each, when before I was only seeing 2. Weird indeed. In any case, since I can't see into your custom domain, I'd have to say that there might be something in your config. The 404 you receive is from the Google server, so the mapping was done.

Re: [google-appengine] Re: Appengine not pointing to domain correctly ?

2015-08-17 Thread Patrice (Cloud Platform Support)
So, to keep the thread up to date, I've received the print screen from Abdelhadi, Turns out the custom domain was mapped to "www.kiloreux.info". Entering the full URL, with the "www" works :). The non "www" isn't mapped to the app, but still points to Google, therefore throwing this error. L

Re: [google-appengine] Re: Appengine not pointing to domain correctly ?

2015-08-17 Thread Abdelhadi Khiati
Yeah it actually does provide me with the instance code, i have done a mistake by not using the kiloreux.info domain and pointing to it (but using www.kiloreux.info), fixing it to the kiloreux.info was enough , thank you for your time , i really appreciate the effort . On Mon, Aug 17, 2015 at 6:5

[google-appengine] Re: At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-17 Thread David Skinner
In classic terms: - World is a List of Countries unique - Country is a list of States in a Country one-to-many - States is a list of Cities in a State one-to-many - Names is a list of Restaurant Names unique - Restaurant is Country.State.City.Name Address Data, many-to-many Name

[google-appengine] Re: SSL for app engine custom domain

2015-08-17 Thread Nick (Cloud Platform Support)
Hey Richard, Thanks for your response. It's comments and feedback like yours which resulted in the current effort to improve/simplify the Custom Domains SSL process. I'm glad you seem to have taken my post in good humour, and I enjoyed your commentary. As to Cloudflare, it's a great service whi

[google-appengine] Re: app engine usage report beyond 90 days

2015-08-17 Thread Nick (Cloud Platform Support)
Hi Ivan, Unfortunately the data is not persisted beyond 90 days. In order to securely store logs beyond that, you should look into Logs Export . I hope this helps you set up a solution which will prevent such difficulties in the fu

[google-appengine] Re: EEException: Server returned HTTP code: 404 --- Problem testing app with Google App Engine and Google Earth Engine

2015-08-17 Thread Nick (Cloud Platform Support)
Hi Ali, Not to worry, there's a first time for everything! I'm currently following your question and will follow up there. Best wishes, Nick On Friday, August 14, 2015 at 12:20:32 PM UTC-4, Alí Santacruz wrote: > > > Hi Nick, > > Thanks for your answer. I was not sure if this group was the be

[google-appengine] Re: EEException: Server returned HTTP code: 404 --- Problem testing app with Google App Engine and Google Earth Engine

2015-08-17 Thread Alí Santacruz
Hi Nick, The issue was solved earlier today by the administrators of the GEE platform, My account had to be whitelisted by them for the app to be able to run, So the problem is solved now. I will post the solution on stackoverflow, Thanks! Best, Ali On Monday, August 17, 2015 at 5:36:19 P

[google-appengine] Re: Using Google App Engine with Laravel and Socialite

2015-08-17 Thread Nick (Cloud Platform Support)
Hey Chris, Thanks for linking back. I'll be following your question. Best wishes, Nick On Friday, August 14, 2015 at 11:41:00 AM UTC-4, Chris Townsend wrote: > > Hi Nick, Thank you for your response. > > > http://stackoverflow.com/questions/32006525/using-google-app-engine-with-laravel-and-soci

[google-appengine] Re: SSL certificate for custom domains in GoogleApps

2015-08-17 Thread Nick (Cloud Platform Support)
Hi Xevi, I think the error message might be saying your certificate contains references to domains which aren't on your verified domain. You should double-check your certificate and check not only the main domain but also any SubjectAltNames. On Thursday, August 13, 2015 at 5:05:35 PM UTC-4, X

[google-appengine] Re: How to implement identity provider?

2015-08-17 Thread Nick (Cloud Platform Support)
Hi Pengcheng, There are many frameworks and systems out there which allow you to implement your own login / authentication / user account system. The only real limit is your imagination and google searches. However, if you have a specific Feature Request to make, feel free to open a Feature Re

[google-appengine] Re: Java app and scheduler settings

2015-08-17 Thread Nick (Cloud Platform Support)
For the record of any future users: an investigation of the issue reported by Stefano appeared to turn up that the cause of the instances shutting down was low instance specs combined with a memory-heavy CSV import job. Mauricio, I've located the support ticket you have open, and it appears tha

[google-appengine] How to whitelist a App Engine URL with Google Groups.

2015-08-17 Thread Paula Byrne
Hi there I am trying to learn how to whitelist an App Engine URL with Google Groups. Does anyone have any advice on this? Thanks Paula -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving e

[google-appengine] Re: How to debug increase in response latencies.

2015-08-17 Thread Dimitri Adamou
Are your cron running on the front-end aswell? If so you may aswell make a seperate module and let the crons hit that instead On Sunday, August 16, 2015 at 1:52:44 PM UTC+10, Creative Cubs wrote: > > Hi, > 6AM 8/16 PST, I am seeing 9X increased latency in my app engine > (95Percentile 100ms to

Re: [google-appengine] At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-17 Thread Karl MacMillan
On Sunday, August 16, 2015, Sanket More wrote: > Hey Nick! > > After I submitted my question, I went through lots of information sources > and gathered some information. > I feel like my question was based on many misconceptions about google app > engine's datastore. > > I think I have a strategy

[google-appengine] Sort and "subsort" in datastore?

2015-08-17 Thread Keith Chima
My datastore has stored entities with a timestamp and relevance. I want to get the most relevant results from today, this week, month, or all time. The first sort would be timestamp, followed by relevance, pulling 10 at a time. However, this: Filter timeMaxFilter = new FilterPredicate("timestam

[google-appengine] Re: SSL for app engine custom domain

2015-08-17 Thread Richard Cheesmar
Nick, Now, that is good news, therefore, I think I shall hold off on decisions until I see the Custom Domains SSL process. Looking forward to it. Oh, there is something else to, is it possible to disable the .appspot domain and just serve the custom domain, or do I have to implement my own re