I ran into an issue recently when I first tried to use the blobstore, in that when the blobstore internally redirects to the upload handler it may not be specified as requiring login, unless it is admin login.
I guess I have 3 questions: 1. Why is that restriction in place? I would certainly like to require a user login for my upload handler 2. Why does get_current_user() return None in the upload handler if the user has previously logged in? If I post to the same handler without going through the blobstore first, the get_current_user() returns the user. 3. What would the best practice then be for validating that the user is authorized for a blobstore upload handler? Thanks for the help! -- 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.
