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: aarhus8210h version: 1 runtime: python27 api_version: 1 threadsafe: true
libraries: - name: django version: "1.2" handlers: - url: /images static_dir: images - url: .* script: main.app ---- When I go to appengine.google.com, looking on the list of applications, then my application aarhus8210h has status "None deployed". The webservice is needed for a simple beginner program, coding mobile app for Android phones whitout coding. I'm not familar with the tools you mention. I just would like to continue the app development, but I'm stuck with these web service problems. thanks for support! 2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) < [email protected]>: > 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 general, there are other tools you can use to deploy though, from > gcloud to appcfg.py. What language are you coding in? > > Cheers! > > On Friday, November 20, 2015 at 1:12:49 AM UTC-5, Oscar GamingCentral > wrote: >> >> 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 deployed externally >> to mynewname.appspot.com... >> >> Any ideas why this happens and how to get deployed externally so it will >> be available public? >> thanks for help. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-appengine/vDrsrvNMngY/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CABwVP4xpe416xCtcmEEGW6y-%3Dy0VZZ8qo1TwMop0z5invcLPRg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
