Hi Cynthia, The URL is 'remote_api' (note the underscore), but the URL you're passing to the bulk loader is "remote-api".
-Nick Johnson On Thu, Sep 24, 2009 at 6:59 PM, Cynthia Kurtz <[email protected]> wrote: > > The App ID is rakontu. Yes, I've accepted the invitation on the other > account. Both accounts show in the Developers screen on the GAE > Dashboard. > > ==================================== app.yaml > application: rakontu > version: alpha-0-9-2 > runtime: python > api_version: 1 > > default_expiration: "4d" > > handlers: > > - url: /remote_api > script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py > login: admin > > - url: /favicon.ico > static_files: images/favicon.ico > upload: images/favicon.ico > > - url: /images > static_dir: images > > - url: /stylesheets > static_dir: stylesheets > > - url: /javascript > static_dir: javascript > > - url: /.* > script: main.py > ==================================== > > Thanks for your help! > > Cynthia Kurtz > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
