[google-appengine] Re: remote_api_shell.py

2016-02-24 Thread Andri Firstianto-GCP
Dear Adam, Thank you for the feedback. Here are Project Name : xxx-xx-xx-xxx Project ID:xxx-xx-xx-xxx-1227 Website: xxx-xx-xx-xxx-1227.appspot.com Application Name: xxx-xx-xx-xxx-1227 Here is the result of this command line: appcfg.py update app

Re: [google-appengine] Re: Headers being stripped from POST to a blobstore uploadURL

2016-02-24 Thread John Beckett
Hi John, It was the Authorization header that I was using, so I can't comment on any other headers. It seems to be working correctly now, thanks. ~ John On 19 February 2016 at 22:31, 'John Lucena' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hi John, > > There was an iss

[google-appengine] Re: New Cloud Console

2016-02-24 Thread bFlood
how do you search/filter on the new log viewer? does it require enabling Google Cloud Monitoring (which is still in beta)? On Tuesday, February 23, 2016 at 6:46:19 PM UTC-5, johnP wrote: > > Just got email that old appengine console will be shut off in 6 weeks. > The new cloud console does not

[google-appengine] Index Question

2016-02-24 Thread Joshua Smith
I just wrote a new app and it has an entity that I use to show a leader board: class CountModel(db.Model): count = db.IntegerProperty(default=0) trend = db.FloatProperty(default=0.0) I get the list of these using a simple query: if self.request.get("mode") == "trend": counts = Coun

Re: [google-appengine] Index Question

2016-02-24 Thread 'Alex Martelli' via Google App Engine
On Wed, Feb 24, 2016 at 6:51 AM, Joshua Smith wrote: > I just wrote a new app and it has an entity that I use to show a leader > board: > > class CountModel(db.Model): > count = db.IntegerProperty(default=0) > trend = db.FloatProperty(default=0.0) > > I get the list of these using a simple qu

[google-appengine] Re: Cron job not running on HTTPS

2016-02-24 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Akash, Cron jobs are triggered by the App Engine Cron Service over HTTP. If you're forcing HTTPS redirection, consider adding another handler just for the Cron jobs without any redirection. Also, I recommend reading Securing URLs for cron

Re: [google-appengine] Index Question

2016-02-24 Thread Joshua Smith
Sweet! Thank you. I’ve been on GAE since the beginning, and I guess you added that at some point after I stopped reading the documentation ;) > On Feb 24, 2016, at 10:02 AM, 'Alex Martelli' via Google App Engine > wrote: > > > > On Wed, Feb 24, 2016 at 6:51 AM, Joshua Smith

[google-appengine] Re: app engine hosted website - the domain is no longer parked by GoDaddy

2016-02-24 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Ahmed, There is a very strong chance that some of your DNS records are still pointing to GoDaddy's custom parked domain page that you may have had setup prior to completing the App Engine custom domain setup. Please log in to your domain's management console and make sure the DNS zone fil

[google-appengine] Re: app engine hosted website - the domain is no longer parked by GoDaddy

2016-02-24 Thread Ahmed Layouni
You're right Zeehad! I had one extra A record in my GoDaddy console, and 2 extra subdomains (ftp and mail) pre-configured by GoDaddy that were pointing to a different CNAME. I removed them all, hopefully the problem won't occur again. Thanks a lot! -Ahmed On Wednesday, February 24, 2016 at 5:5

Re: [google-appengine] Re: Managed VMs - Scipy

2016-02-24 Thread 'Jon Parrott' via Google App Engine
I'll need to file a bug to add scipy dependencies to the runtime. In the meantime, you can use this dockerfile: https://gist.github.com/jonparrott/1a58e2f0b4941647f969 You'll need to set runtime to custom in app.yaml, and you don't need to specify scipy in your requirements.txt. On Tue, Feb 23,

[google-appengine] Re: New Cloud Console

2016-02-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Folks, Raj has done the best thing in this circumstance and that's to post to the Public Issue Tracker if you have a feature request to make. It's much more likely that your request will be acknowledged if you post to the correct pla

[google-appengine] Re: Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-24 Thread Amit Chavan
Thanks. Do you suggest any blog or books to familiarize with GCP. Can you explain this environment -- https://cloud.google.com/launcher/solution/bitnami-launchpad/meanstack How is the pricing determined. Does MongoDB and node is on same environment ? For the GCE - Do you have a good example

[google-appengine] Re: Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Amit, MEAN (MongoDB ,Express.js , Angular.js , and Node.js ) is a full-stack web-development paradigm ("software bundle") which

[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-24 Thread 'Nick (Cloud Platform Support)' via Google App Engine
It appears that some code you are attempting to use (possibly in a library?) is attempting to access javax.servlet.FilterChain, which, as described, is disallowed by the GAE runtime environment. Could you share some more details about your project? On Tuesday, February 23, 2016 at 8:14:46 PM UT

[google-appengine] Re: Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-24 Thread Amit Chavan
Great thank you. Any good blogs or getting started apps that the platform has published. This will really developers get upto speed. On Wednesday, 24 February 2016 17:18:06 UTC-5, Nick (Cloud Platform Support) wrote: > > Hey Amit, > > MEAN (MongoDB ,Express

[google-appengine] Can't deploy to a project ID that contains a domain name

2016-02-24 Thread Sam
I have a client that shared a projectID that he recently created so that I could deploy to it. When I go to console/manage all projects, I see a list of all my project IDs, but his is the only one that contains a domain name. example "domain.com:projectname-12345" I've tried to deploy to just

Re: [google-appengine] New Cloud Console

2016-02-24 Thread Christian F. Howes
Hi Lorne, Is there any chance that you can share the console roadmap with us? given that we are getting the turn-down threats again, and the new console is still missing many features it would be helpful to know which ones are known to the team working on the console and which need new tickets