0
votes
2answers
22 views
JAVA_HOME points to the wrong place
I seem to have an incorrectly specified JAVA_HOME variable. I can get around it for many things but now I am seem to be stuck. I am trying to use the Google App Engine and upload an application.
When …
0
votes
0answers
12 views
Problem on running GAE app on local machine
Everytime I try to run my app on my local machine, I get the following error messages (quite long, sorry):
Initializing AppEngine server
2009-12-23 04:44:03.068::INFO: Logging to STDERR via …
2
votes
3answers
24 views
iPhone NSURLConnection: What to do with returned NSData Object? Google Docs API
I'm working with the Google Docs API in my iPhone application. I've sent the proper POST request, and received a response along with some NSData. If I NSLog the NSData object, I get this:
NSData …
0
votes
1answer
15 views
deploy multiple appengine apps to one appspot subdomain
I don't want to waste any more of my 10 appspot.com subdomains for test projects. Is there an elegant way to have multiple appengine apps, each to its own folder, e.g. xx.appspot.com/myapp1, …
1
vote
2answers
50 views
How to create an internationalized Google App Engine application
I would like to provide my Python GAE website in the user's own language, using only the tools available directly in App Engine. For that, I would like to use GNU gettext files (.po and .mo files).
…
0
votes
2answers
46 views
How do you sign up for Google App Engine from a country with a two digit international code
I know this is not programming related, but it is relevant only to programmers.
I am in Australia and was trying to signup for Google app engine. The require you to get an code smsed to your mobile. …
1
vote
1answer
20 views
App Engine Cropping to a Specific Width and Height
I need to resize and crop an image to a specific width and height. I was able to construct a method that will create a square thumbnail, but I'm unsure on how to apply this, when the desired thumbnail …
1
vote
2answers
37 views
How large can an appengine task payload be?
I'm using the new experimental taskqueue for java appengine and I'm trying to create tasks that aggregate statistics in my datastore. I'm trying to count the number of UNIQUE values within all the …
0
votes
1answer
12 views
What Does a Blank GQL Result Look Like?
Hello, I am working on a Google App Engine application, and have been facing some issues with a GQL query and an if statement. This is the code:
q = Song.gql("WHERE title = :1", …
0
votes
1answer
7 views
How to get a browser inside VMware fusion get access to a GAE-SDK-based page on the host machine?
I've got VMWare Fusion (2.0.6) running on my mac osx10.6.2. I've also got the GAE (python) SDK on the mac, operating on port 8082. I'd like to be able to view my GAE pages in the SDK from the windows …
1
vote
2answers
32 views
What characters are allowed in a Google App Engine Key?
While testing my Google App Engine application, I search for links which include app engine keys. For example:
/story/ag5yZXBsaWUtdGVzdGluZ3IMCxIFU3RvcnkY-w0M/
What characters are allowed in these …
0
votes
1answer
29 views
Google App Engine - Is Google Users Service equal to SSL?
I'm planning to write a web application on Google App Engine using Java. Each user needs to log in first to see all the secure account information. I have the following questions:
Is Google Users …
0
votes
0answers
45 views
Where to host web hooks?
I believe that web hooks is a nice idea and it will really leverage the real time web, but nowadays if one wants to put a small application online, even with google-app-engine, there is a lot of …
0
votes
1answer
22 views
createLoginURL creates invalid request URL in GAE
I get the following error from following piece of code. I am trying to login to Google sites service through GAE apps.
"The page you requested is invalid. "
String authenticationUrl = …
0
votes
0answers
24 views
Security Sandbox Issues with Flex/AS3 and AppEngine
I'm having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint.
Here are the …
