This might be a stupid question, but did you enable remote_api via app.yaml?
- url: /remote_api script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py login: admin Best, -Elias On Sep 22, 12:38 pm, Cynthia Kurtz <[email protected]> wrote: > Hi, I've been following the threads having to do with the --dump and -- > restore options for the bulk loader. This is a functionality I'd > really like to use for backup/restore. It is a welcome tool and I hope > it can be kept and improved. (That is, if I can get it to work!!) > > I am using Google Apps to connect a URL to my app (http:// > rakontu.net). As recommended, I've added a second administrator to the > app with a gmail account that is NOT connected to the Google Apps > account. I am trying to give that email to bulkupload.py. > > However, I still get the same "Authentication failed" error as I did > with the Google-Apps-connected account: > > [ERROR ] Exception during authentication > Traceback (most recent call last): > ... > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) > HTTPError: HTTP Error 404: Not Found > [INFO ] Authentication Failed > > Some people seem to say that using the other gmail account should > work, but others seem to have encountered the same problem I have even > after they followed the instructions and set up a separate account. > > Here is the command I'm trying (separating out the parameters to make > it easier to read): > > python /usr/local/bin/bulkloader.py > --dump > --url=http://rakontu.appspot.com/remote-api > --kind=Rakontu > --filename=rakontu_dump.txt > --app_id=rakontu > > I've tried it with and without each of these parameters: > > --email=<account>@gmail.com > --auth_domain=gmail.com > --passin > > and it makes no difference. It never asks for a password and it always > gives the same error. I've tried every possible combination of URLs > and app_id. I've got the remote_api first in app.yaml. I've tried > running appcfg update before I run bulkloader.py. The account I'm > trying to use to run bulkloader.py is definitely not connected to a > Google Apps domain and definitely not the same one as I'm using with > appcfg. > > What else is there to try? > > Cynthia Kurtz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
