Hi,

The authentication should work with either a Google Apps or Google Accounts
login.  Looking over the bulkload module, two thoughts come to my mind:

1) The docstring indicates that the username and password are cached, so if
you enter it incorrectly, that may be cached

2) If your account is both a Google Apps account and a Google Account, this
could be a problem.  Try having an admin that is only a Google Apps account,
and see if authentication works with this account.

-Marzia

On Fri, Mar 6, 2009 at 7:28 PM, Denis Moskalets <denya....@gmail.com> wrote:

>
> 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?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to