Hi.
I have appengine application, that supports authorization only for
users of domain xxx (google apps for domains).
I tried to use bulkloader.
So, if i install remote_key hook in app.yaml like in manual (http://
code.google.com/appengine/docs/python/tools/uploadingdata.html), i've
500 error in logs. bulkloader haven't even ask me about login/
password.
I've removed line "admin: yes" from app.yaml and tried again.
Bulkloader asked me about login/password. I've typed such login/
passowrd which i type when deploy application. In Logs i've 401
error.
So, is there no remote_key support in applications, that connected to
google apps for domain authorization?
I need to upload a lot of data to my real app What can i do?