Hi all! I have a problem linked to the user login...
My web application should work in this way: -an external user visits my web page were there are some links -each of these shows a list of my documents (using Docs API) -each doc title, shown in the list, is a link to the doc content Now, when i have updated my application (by appcfg.py command) I have seen that an external user has to login with his google account whene he clicks on a link to obtain just the list of my docs, otherwise an authentication error occours. The credentials of my account for the client login (mail and password) are inserted in the code so it isn't their fault. I know there is the users.create_login_url(self.request.uri) function... but is there a way to avoid the user login page or to create a fake user (to insert in the code as the previous one) so that everyone can see my document list? I'm not sure to have explaned clearly the problem... Thank you! Giacomo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
