That fixed it. Thanks. May I respectfuly submit that the error reporting in bulkloader is not all it could be? One would not think that mistyping a URL would lead to a report of an authentication error. In fact I think the "bad URL" thought fleetingly occurred to me, but it didn't have time to settle before the "Authentication failed" message led me back to thinking it was an account error. If it had said "URL not found" I could have fixed it in 30 seconds. Perhaps more fine-grained error reporting would help others avoid this issue.
But having said that thanks for your help ;) Cynthia Kurtz On Sep 25, 8:42 am, "Nick Johnson (Google)" <nick.john...@google.com> wrote: > 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 <cfku...@cfkurtz.com> 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 google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---