Re: [google-appengine] Re: I have some doubts about the pricing and the free quotas

2015-11-21 Thread 'Josh Moore' via Google App Engine
No, you don't lose the free trial credits. When you upgrade, the credits are persisted to the billing account, meaning you continue to have the same credits as you had before. On Sat, Nov 21, 2015 at 5:31 AM, Miguel Abellan wrote: > Depending on the nature of the project you don't even need a d

[google-appengine] Re: mod_rewrite -> app.yaml

2015-11-21 Thread Adam
The 'script' element won't work for static files like HTML files. You should use the 'static_files' element, for example: handlers: - url: / static_files: index.html upload: index.html A good idea is to put static files in their own directory, for example: handlers: - url: / static_files:

[google-appengine] Re: I have some doubts about the pricing and the free quotas

2015-11-21 Thread Miguel Abellan
Depending on the nature of the project you don't even need a database at all, such us a Web-hook that performs some actions on specific requests. Now I have one more doubt left: If I enable billing on a project will I lose the free trial offer? -- You received this message because you are subs

Re: [google-appengine] Re: Deploying with Google App Engine Launcher

2015-11-21 Thread Oscar GamingCentral
your tip with appcfg.py helped, I finally succeeded! Great thank you! 2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) < pvoutsi...@google.com>: > Hi Oscar, > > Do you mind showing the error you're getting, and what you're running? I'm > unclear on the phrasing you're using. > > In

Re: [google-appengine] Re: Deploying with Google App Engine Launcher

2015-11-21 Thread Oscar GamingCentral
on of the problems is there is no error message after deploy, it just seems that no deploy/upload has happened. I'm just trying to follow the instructions at the given link in order to make a very primitive webservice that saves and get data. This is the slightly modified: app.yaml: application: aa