I used the google app engin sdk to develop a simple app for testing on upload to my standard test site. the sdk and gdata installed properly, the tests ran ok, my html file showed in the development server on my platfor, I created the app engine with cell phone call back procedure and uploaded the app to my test site and it is active and showing activity from the control panel. when I try to invoke it, I get a 500 Server Error from google, but nothing in the app's error logs.
the app: print "Content-type: text/html\n\n"; print '<br>' print '<p>Hello, world!</p>' print '<br />' print '<strong>This is a test of the Google loader</strong>' print '<br />' print '<strong>Hello, Thomas. How do you like me now?</strong>' print '<br />' print '<strong>Hello, Tony. See what your help has produced?</strong>' print '<br />' print '<strong>From San Francisco, January 2, 2009.</strong>' the yaml file: application: pgctesting0102 version: 1 runtime: python api_version: 1 handlers: - url: /.* script: pgctesting0102.py --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
