Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers. If your question is specifically about web-apps then it will be off topic at Super User

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

31 questions
19
votes
5 answers

How to simulate slow internet connection

I currently deploy with GAE (google app engine) and I try to implement some AJAX validation. So I got a couple text-fields and "spinners" (ajax loaders) which should be displayed when an AJAX request is sent. But I deploy on my local computer…
8
votes
3 answers

How to connect to Google App Engine server in internal network iMac?

I have 3 iMacs and a Windows machine on my home network, all connected via an Airport Extreme router. I'm developing Google App Engine applications locally on one of the iMacs, and can view applications using http://localhost:8080 (or whatever port…
Will Merydith
5
votes
1 answer

Bash OAuth 2.0 JWT script for Server to google Server Applications

I am trying to make a jwt script that gives me tokens based on https://developers.google.com/accounts/docs/OAuth2ServiceAccount This is what I have so far, but the token server replies that the grant_type is invalid? jwt1=`echo -n…
4
votes
3 answers

How can computer clouds charge me for CPU usage?

I’m considering moving my blog to either MS Azure or Google App Engine, using either an ASP.NET or Python blogging engine, but I can’t understand how they will charge me for CPU usage. The bandwidth and storage charges seem straightforward, but not…
michael
  • 161
3
votes
1 answer

Accessing HTTP server via Hamachi

I have two computers running Windows 7 Professional. Each is on a different network using NAT. Both are joined to the same Hamachi mesh network. Both machines can ping the other and browse the other's file shares. Each computer is also running a…
B Sharp
  • 158
2
votes
0 answers

How to install sll for python?

I have a strange problem that is described at SO https://stackoverflow.com/questions/31549052/how-to-interpret-this-traceback We got nearly nowhere trying to solve the problem though it doesn't look very difficult. When I try to run my google…
2
votes
0 answers

PyCharm having trouble with inferring ndb property type

While developing a Google AppEngine application with PyCharm, I am constantly seeing an issue where PyCharm doesn't properly infer the ndb property type. What is the best way to work around this issue? Here is an example where it shows the…
Mazyod
  • 121
  • 4
2
votes
0 answers

Tor on Google App Engine Launcher

I have installed Google App Engine SDK for Python on Windows 8.1. I use Vidalia Bridge Bundle and the Chrome extension Proxy SwitchySharp to access the net through Tor. But the problem seem to be it doesn't change the system proxy setting and for…
user337343
2
votes
3 answers

Can't sign into Google account from Eclipse

I can't sign into my Google account when I am trying to deploy my app to Google App Engine via Eclipse. Missing required parameter: client_id How can I solve that?
kitokid
  • 141
1
vote
0 answers

Can you run a GUI on a google app engine Debian 7 server?

I've set up a vm server with google app engine. The machine type is n1-standard-1(more info) and the OS is Debian 7. What I want to do is have some kind of GUI. Is it possible? How can you do it? I tried installing LXDE but when I type "startx" I…
1
vote
2 answers

Unable to understand a line in Google CodePreview's README

The README is in Google's codepreview which uses Google-appengine. To run the app locally (e.g. for testing), download the Google App Engine SDK from http://code.google.com/appengine/downloads.html. You can then run the server…
1
vote
0 answers

AppEngine Launcher 1.9.23 is slow on OSX

Has anyone else noticed that the latest AppEngine Launcher, version 1.9.23, takes a lot longer to deploy code? What used to take less than a minute now takes over 15 minutes. Is there something I can do to fix this? Here's the console output for a…
1
vote
2 answers

Why does my path not default to using Python 2.7 instead of 2.6?

I am using Google App Engine but starting programs from its interface is not working. The logs in GAE indicate it is trying to use Python 2.6 and it needs 2.7 so it fails to run. I have used Python 2.7 before and when I type python from any path…
fightermagethief
  • 863
  • 4
  • 12
  • 26
1
vote
1 answer

Wireshark RPC packet capture with localhost

I want to capture RPC-XML packets on locahost using wireshark. As RPC-XML is at the top of tcp/udp, I enabled all protocols still I am not able to capture the traffic. Is there other way to do so? I created sample RPC application for testing…
mat_vee
  • 21
1
vote
0 answers

Connections problems while some activities - xChat, GAE - on Ubuntu

I have very annoying problem with a connection. When I browse Internet using for example - firefox - there are no problems, but if I try to connect to any server - it just can't be done - I have connection time outs over and over again. Same thing…
Gricha
  • 253
1
2 3