[google-appengine] Re: Cname records for both naked and www domains

2015-08-28 Thread Richard Cheesmar
Ok, since posting this my naked domain is down and I can't get to www.emlakair.com either On Friday, August 28, 2015 at 2:50:22 PM UTC+3, Richard Cheesmar wrote: Hi, All I noticed that my mx servers were not getting picked up and I haven't received my domains emails on my computer since I

[google-appengine] Cname records for both naked and www domains

2015-08-28 Thread Richard Cheesmar
Hi, All I noticed that my mx servers were not getting picked up and I haven't received my domains emails on my computer since I added a custom domain to my google app project emlakair.com Apparently, according to the whois tech support, the mail servers won't get picked up with just the naked

[google-appengine] Re: Cname records for both naked and www domains

2015-08-28 Thread Richard Cheesmar
UPDATE: *** Naked domain is now working again, but I still need to replace that with a www domain in the Cname record so that I can get the domains emails. Therefore, I need to know how to update the Cname record to point to www.emlakair and and then redirect to a naked domain, which I

[google-appengine] Re: Native access to Search API from PHP on App Engine - Get it here!

2015-08-28 Thread Ryan (Cloud Platform Support)
Salutations Tom, Thank you for your work! On Thursday, August 27, 2015 at 5:42:24 PM UTC-4, Tom Walder wrote: Hi all, For anyone that's interested, I've published an alpha version of a library for accessing the App Engine Search API. At the time of writing, this is only available from

[google-appengine] Re: Cname records for both naked and www domains

2015-08-28 Thread Richard Cheesmar
Since posting this the emlakair.com naked domain is no longer working and neither is the www.emlakair.com domain Just to be clear I have a Cname record with the following values *Name * emlakair.com *Class * IN *Type * CNAME *Status * Active *Value * ghs.googlehosted.com I want to

[google-appengine] Re: Cname records for both naked and www domains

2015-08-28 Thread Richard Cheesmar
I noticed that my mx servers were not getting picked up and I haven't received my domains emails on my computer since I added a custom domain to my google app project emlakair.com Apparently, according to the whois tech support, the mail servers won't get picked up because they use the naked

[google-appengine] Re: How long to wait for submitting a request for additional email quota

2015-08-28 Thread Venkat Yuvaraj
Got it working finally - we don't have to add it manually --- I think the Mobile verification was not done before adding..now that I have done it's working.. (Not sure why it asked me twice to verify the cell phone verification code) -V On Saturday, July 19, 2014 at 12:10:48 AM UTC-7,

[google-appengine] Re: Static SQLite files

2015-08-28 Thread Tomasz Jamróz
Hi, I am facing similar problem and found out that the most probable reason is sandbox.py not having '_sqlite3' in _WHITE_LIST_C_MODULES. After adding _sqlite3 to _WHITE_LIST_C_MODULES in my local sandbox.py I managed to both import sqlite3 and execute queries to the database with script

Re: [google-appengine] Problems will google app engine webapp or YAML file????????(python)

2015-08-28 Thread 'Alex Martelli' via Google App Engine
In main.py, just change the line webapp = webapp2.WSGIApplication([ into app = webapp2.WSGIApplication([ Alex On Thu, Aug 27, 2015 at 8:34 PM, Ale P zonepeli...@gmail.com wrote: I have been using google app engine for a udacity class. I been trying to get some code to work but when I

[google-appengine] Re: Static SQLite files

2015-08-28 Thread Patrice (Cloud Platform Support)
Hi Johnny, While I can't promise anything, you would have more traction for such a request by posting it on our issue tracker, here https://code.google.com/p/googleappengine/issues/list. Post this with as much information as you can, and we'll follow up there to see what can be done. Cheers,

[google-appengine] Re: Out of space error when deploying VM

2015-08-28 Thread Patrice (Cloud Platform Support)
Hey Matt, I looked a little bit further into your error and I have a question. Are you using the --docker-build=remote flag in your build (or simply not using the --docker-build, as this is the default behavior)? It is possible this is the issue you're currently facing here is that the remote

[google-appengine] oauth2 exchange code for token

2015-08-28 Thread James Gilliam
does anybody know how to pass a user specified parameter in step1 of the oauth2 scenario that can be retrieved when receiving the code in step2? so one can relate the step1 authorization with step2. -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: oauth2 exchange code for token

2015-08-28 Thread James Gilliam
it is state -- try finding that in the oauth2 documentation On Friday, August 28, 2015 at 4:41:39 PM UTC-7, James Gilliam wrote: does anybody know how to pass a user specified parameter in step1 of the oauth2 scenario that can be retrieved when receiving the code in step2? so one can

[google-appengine] Re: Out of space error when deploying VM

2015-08-28 Thread Matt Hanson
I'm not using the --docker-build flag at all. I will try --docker-build=local and report back. Thanks, matt -- 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

[google-appengine] Re: Out of space error when deploying VM

2015-08-28 Thread Matt Hanson
Actually I don't think this will work as they are private images, and I get an error that the base image isn't found. -- 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

[google-appengine] Re: Help in mapping my domain to google app engine I mistyped the registrar password

2015-08-28 Thread Nick (Cloud Platform Support)
Hi Lord Joe, Could you possibly provide some screenshots for context? It's unclear to me what part of the flow you're referring to. Best wishes, Nick On Thursday, August 27, 2015 at 4:36:56 PM UTC-4, lordjoe wrote: Now it does not ask - just goes straight to the registrar and fails - how

[google-appengine] Re: oauth2 exchange code for token

2015-08-28 Thread James Gilliam
look at documentation page https://developers.google.com/identity/protocols/OAuth2WebServer search for the word 'state' On Friday, August 28, 2015 at 4:41:39 PM UTC-7, James Gilliam wrote: does anybody know how to pass a user specified parameter in step1 of the oauth2 scenario that can be