Try visiting what you passed in to --url in the browser. It should say "This request did not contain a necessary header" if everything is working correctly.
On Apr 29, 4:37 am, Nuno Maltez <[email protected]> wrote: > Hi, > > I wonder if this is possible. I have a GAE site that's static, i.e., > does not use the datatstore at all. I'm in the process of converting > it to a dynamic version (using django nonrel), and I was trying to > deploy the new site to a different version under the same app_id, for > testing. I have some data in my development datastore that I wanted to > push to appspot using bulkuploader. > > My app is on a Google Apps domain, but of course my active version > doesn't have /remote_api enabled, so I wanted to connect to the > specific version: > > bulkloader.py --restore --debug --email=nuno@<domain>.com > --auth_domain=<domain>.com --kind=Section > --url=http://nonrel.latest.<appid>.appspot.com/remote_api/remote_api > --filename=../db/Section . > > but this always fails with a > > [INFO ] Authentication Failed > > message. Is this because I'm using a appspot.com url with a google > apps auth_domain ? Would it be possible to bulkupload to the active > version - enabling remote_api - even though the code for my models > isn't there - and would this problem also emerge if I tried to > appcfg.py upload/download_data instead of the bulkuploader? > > Thanks in advance, > Nuno > > -- > 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 > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
