Re: [google-appengine] Happy Feedback

2016-05-25 Thread Nickolas Daskalou
Hi Alex, Firstly, thanks for your continued efforts in answering the various questions in this and other groups. Secondly, regarding: On 26 May 2016 at 09:04, 'Alex Martelli' via Google App Engine < google-appengine@googlegroups.com> wrote: > > Remember your App Engine app can have multiple

[google-appengine] Re: Datastore Writes being Disabled

2016-05-25 Thread Daniel Young
Yeah it was between switching projects I believe. I don't think that writes were actually disabled, and it eventually stopped the message. On Monday, May 23, 2016 at 3:05:57 PM UTC-5, Adam (Cloud Platform Support) wrote: > > Was this noticed after switching projects using the drop-down? Does

[google-appengine] Re: Cloud Storage: Service Unavailable

2016-05-25 Thread David Fischer
This appears to be working correctly again. On Wednesday, May 25, 2016 at 3:11:25 PM UTC-7, David Fischer wrote: > > Starting a few minutes ago, I'm not able to write to Cloud Storage from > Appengine whatsoever: >> >> >> Exception: Expect status [201] from Google Storage. But got status 503. >>

Re: [google-appengine] Happy Feedback

2016-05-25 Thread 'Alex Martelli' via Google App Engine
On Wed, May 25, 2016 at 3:38 PM, Emanuele Ziglioli wrote: > Hi everyone > > I'd like to provide some happy feedback, for once... (I hope Alex Martelli > is listening) > I sure am -- great timing, since for the next coming week I won't be (traveling to Pycon US in Portland

[google-appengine] NodeJs Deploy issue - 503 Server Error

2016-05-25 Thread Brennon Garrett
Hello, I've tried just about everything at this point, can't figure this out. Curious if others have run into this... trying to deploy to NodeJs App engine. "gcloud preview app deploy" is saying that the deploy was successful, but I'm getting a 503 server error whenever I try to access my

[google-appengine] Happy Feedback

2016-05-25 Thread Emanuele Ziglioli
Hi everyone I'd like to provide some happy feedback, for once... (I hope Alex Martelli is listening) First, the new docs: completely revamped, across the board, much improved! Second: I went to https://github.com/GoogleCloudPlatform/gcloud-java. That's where everyone is, a lot of activity

[google-appengine] Cloud Storage: Service Unavailable

2016-05-25 Thread David Fischer
Starting a few minutes ago, I'm not able to write to Cloud Storage from Appengine whatsoever: > > > Exception: Expect status [201] from Google Storage. But got status 503. > Path: u'/...'. > Request headers: {'x-goog-resumable': 'start', 'x-goog-api-version': '2', > 'accept-encoding': 'gzip,

[google-appengine] NEED TO MAKE A MOBILE APP !

2016-05-25 Thread Jairo Jiorge
Hello, I need to make a mobile app I know absolutely nothing about coding and am wondering if this software is built to where I can create an app with tools other than codes. Also I would like an app where customers can pay there bills , and log in to pay there bills. Can someone please help

Re: [google-appengine] Fire and forget URL

2016-05-25 Thread Chad Vincent
It's why you don't put any significant payload in the Task. You put it in a Datastore entity and use the key as the payload. Or if you really don't care if it fails, put it in Memcache and use the key as the payload. On Tuesday, May 24, 2016 at 5:33:06 PM UTC-5, barryhunter wrote: > >

[google-appengine] Newbie question on Wordpress for GCP

2016-05-25 Thread Jeff Waters
Hi all, I successfully created a public Wordpress site on GCE. Prior to this, I've always used Bluehost. With Bluehost, I can have unlimited add-on domains to create many sites for 1 low price. But, I'm suspecting performance will be better with GCE and scalability will be easier. I have 1

Re: [google-appengine] Re: ImportError: No module named webapp2

2016-05-25 Thread 'Jon Parrott' via Google App Engine
Thanks for chiming in, Stephen. If you can provide a simple case where you can reproduce this, that would be really helpful in us figuring out why this is occurring. On Wed, May 25, 2016 at 9:45 AM Stephen Cagle wrote: > I just want to second that I also had a conflict with >

[google-appengine] Re: ImportError: No module named webapp2

2016-05-25 Thread Stephen Cagle
I just want to second that I also had a conflict with googleapis-common-proto which I had to `pip uninstall` in order to get webapp2 to show up. On Friday, May 20, 2016 at 1:26:43 PM UTC-7, Nick (Cloud Platform Support) wrote: > > Thanks for the detailed reply. > > I'll forward this

[google-appengine] Check email usage quota via API?

2016-05-25 Thread Alex Kerr
Hi, How can I check from my App Engine app (PHP) what my current email usage is, from the quota of 100/day? e.g. something like: $emails_sent = Google_Email_Quota_Usage(); // returns e.g. 56, figure is reset every 24 hour cycle Thanks! Alex -- You received this message because you are

Re: [google-appengine] GAE Python / OSX, version 1.9.37: ImportError: No module named appengine.api

2016-05-25 Thread Matti Dahlbom
> >> As for why, something tells me it's related to this recently reported >> issue , >> in which it appears dev_appserver is changing the way the 'google' import >> is added to sys.modules. As a workaround, you can try

Re: [google-appengine] GAE Python / OSX, version 1.9.37: ImportError: No module named appengine.api

2016-05-25 Thread Matti Dahlbom
On Tuesday, May 24, 2016 at 8:12:47 PM UTC+3, Adam (Cloud Platform Support) wrote: > > It looks like you also have the 'google > ' package (Python bindings to the > Google search engine) installed eg. via pip or homebrew, which will install > a module in