[google-appengine] New Application Creation is disabled.

2015-11-19 Thread Raji Reddy
I am learning web development cs 253 from udacity, as a part of it I need to create an application in google app engine but when I log in, it shows new application creation is disabled.What is the problem here? I attached the image. -- You received this message because you are subscribed to th

Re: [google-appengine] Visual Basic Programmer - should I use Python, Java, PHP or GO

2015-11-19 Thread timh
python is strongly typed and dynamically typed. On Wednesday, November 18, 2015 at 5:10:01 AM UTC+8, Alistair Burrowes wrote: > > Python and VB syntax may look similar but the languages are quite > different. VB is strongly typed and python is dynamic. I would say Go is > closed to VB than py

Re: [google-appengine] Visual Basic Programmer - should I use Python, Java, PHP or GO

2015-11-19 Thread timh
and if Option Strict Off then vb.net i weakly typed. On Thursday, November 19, 2015 at 7:06:45 PM UTC+8, timh wrote: > > python is strongly typed and dynamically typed. > > > > On Wednesday, November 18, 2015 at 5:10:01 AM UTC+8, Alistair Burrowes > wrote: >> >> Python and VB syntax may look

[google-appengine] Re: App engine instances can't connect to Google Cloud SQL instance

2015-11-19 Thread Mitul Amin
Hi Adam, This was a working app that stopped working all of a sudden. We raised a ticket with Google and have now sorted it out. It seems Google is bringing security constraints for Apps so that when using the Google Mysql Driver, you have to specify the db address as projectid:instanceid and n

[google-appengine] Re: New Application Creation is disabled.

2015-11-19 Thread Patrice (Cloud Platform Support)
Hi Raji, >From the print screen, it seems that you're looking into the older console. You should go to the new one here : console.developers.google.com Seems like Udacity didn't update the link to the console. Cheers! On Thursday, November 19, 2015 at 3:51:05 AM UTC-5, Raji Reddy wrote: > > I

[google-appengine] Re: New Application Creation is disabled.

2015-11-19 Thread Raji Reddy
Thank you Patrice! Yes I am looking into the older console, problem solved. On Thursday, 19 November 2015 20:55:05 UTC+5:30, Patrice (Cloud Platform Support) wrote: > > Hi Raji, > > From the print screen, it seems that you're looking into the older > console. You should go to the new one here :

[google-appengine] mod_rewrite -> app.yaml

2015-11-19 Thread JeongWon Seo
I am having trouble with converting the following .htaccess file to app.yaml RewriteEngine On RewriteRule ^$ /index.html [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] what I did is as below (not working) and I have both index.html and

Re: [google-appengine] Angular 2 on GAE?

2015-11-19 Thread Dev Mukherjee
On Wed, Nov 18, 2015 at 9:16 AM, Patrick Boutet wrote: > Just wondering if creating a Angular 2 app on GAE is possible, I know it's > still in alpha but i'd like to play around with it and just make a simple > webform to mess around with. Anyone know of any resources that could get me > started?

[google-appengine] Deploying with Google App Engine Launcher

2015-11-19 Thread Oscar GamingCentral
Hi! I try to deploy the custom tinywebdb service: http://appinventor.mit.edu/explore/content/custom-tinywebdb-service.html I succeeded in getting "get a value" / "store a value" to run on my own machine (localhost), but when I try to deploy an web page on my own pc starts up, so it get not depl