[google-appengine] Re: How do I deploy my app engine for java app with access to Google Cloud SQL?

2016-03-30 Thread arex
My bad. Got it working. I was entering information in the wrong spot. Turned out to be a bug in the code. I had to change the user in the url to be root. if (SystemProperty.environment.value() == SystemProperty.Environment.Value.Production) { // This is App Engine

[google-appengine] Re: another wrinkle with GAE/Python Managed VMs: timezone set to local deploy location, not UTC like in GAE

2016-03-30 Thread Michael Sander
Yes, datetime.utcnow() does work correctly, however, many libraries that are out of my direct control call datetime.now(). This is especially apparent when using django, which uses datetime.now() all throughout its code-base. For example, the auto_now feature in django automatically sets the

[google-appengine] How do I deploy my app engine for java app with access to Google Cloud SQL?

2016-03-30 Thread alexryan
I'm coded up the sample app from chapter 11 "Using Google Cloud SQL with App Engine" in the book "Programming Google App Engine with Java ". It runs fine locally when talking to my local MySQL instance. Reading and writing to MySQL locally no problem. However,

[google-appengine] Re: Help - custom domains

2016-03-30 Thread M. Hossein Amerkashi
Hello, Thank you so much for responding. Does setup shown in attached image look right? Also, 24 hours wait. Right? THANKS S MUCH On Wednesday, March 30, 2016 at 12:56:21 PM UTC-4, Mihail Russu wrote: > > Follow these steps on adding a custom domain for your application >

Re: [google-appengine] App Engine Security

2016-03-30 Thread matt wilbert
I'm Hi TLM kue On Mar 23, 2016 3:43 PM, "Fendy Jong" kmwrote: >olecommas > Hi,Las > > I am new to App Engine and lacking a lot about security.iks > > I just watch GCP Live 2016. Google slept over on mentioning that the security is automatically handled. I am

[google-appengine] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-03-30 Thread bader salmeen
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain*

Re: [google-appengine] Re: my git repo is empty

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Thanks for the quick reply! We'll update this thread with any further info on or before Friday April 8th. If you have any questions or extra information until then, feel free to reply with it and we'll be happy to assist. Regards, Nick Cloud Platform Community Support On Wednesday, March 30,

Re: [google-appengine] Re: my git repo is empty

2016-03-30 Thread Andrew Arrow
sure, ~/dev $ gcloud beta source repos clone --verbosity debug default DEBUG: Running gcloud.beta.source.repos.clone with Namespace(__calliope_internal_deepest_parser=ArgumentParser(prog='gcloud.beta.source.repos.clone', usage=None, description='*(BETA)* Clone project git repository in the

Re: [google-appengine] Re: my git repo is empty

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Andrew, After attempting a cursory examination, we've determine we'll need more info to ensure we're looking at the right parts of the system. Can you attempt to clone the repository (gcloud beta source repos clone )

[google-appengine] Re: Deployment issues

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mayank, I understand that you've been seeing an error for five hours every day, on and off for a few months. This is obviously a problem which is worth investigating, and I'm doing everything I can to make sure the issue is reported and dealt with in the most efficient, clear, and

[google-appengine] Re: Help - custom domains

2016-03-30 Thread Mihail Russu
Follow these steps on adding a custom domain for your application . In short: - add the silver.example.com domain to GAE panel

[google-appengine] Re: Tardy? Porting to new platform version?

2016-03-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Christian, Thanks for pointing that out. console.developers.google.com now points to the API sub-section, with console.cloud.google.com pointing to the main dashboard. Regards, Nick Cloud Platform Community Support On Tuesday, March 29, 2016 at 6:32:10 PM UTC-4, Christian F. Howes wrote:

Re: [google-appengine] http 204 status on static files

2016-03-30 Thread 'Josh Moore' via Google App Engine
204 status in your logs with no log content indicates that the request was served from the edge cache, as opposed to from an instance of your app. Only your app's logs will show an HTTP 204 status; the client will receive an HTTP 200 status in its response. On Tue, Mar 29, 2016 at 9:25 PM, John

[google-appengine] Re: Help - custom domains

2016-03-30 Thread M. Hossein Amerkashi
Correction below (in red). THANKS On Wednesday, March 30, 2016 at 9:49:22 AM UTC-4, M. Hossein Amerkashi wrote: > > Hi, I appreciate help on following: > > I have a domain registered with Google domains; let's say *example.com > . *Since I wanted to create my own site, I

[google-appengine] Help - custom domains

2016-03-30 Thread M. Hossein Amerkashi
Hi, I appreciate help on following: I have a domain registered with Google domains; let's say *example.com. *Since I wanted to create my own site, I went to Google Domains and updated custom domain to point to BlueHost name server. That worked and site is up and running. With AppEngine, I