Hi Giacomo, I want to make sure I've understood your design. You said you want a page listing your Google Docs, and this listing page would not require users to log in, in other words, it is public. Do you want everyone to be able to view the doc content as well? This should be doable if you are using client login and embedding the global account's credentials in the code.
If your app is asking users to log in, then the cause may be that a URL is marked login:required in app.yaml, or perhaps a request handler is automatically redirecting to a sign in page. I might be able to get a better idea if I could look at some of your code. Thank you, Jeff On Nov 12, 12:22 am, Giacomo Cucciati <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
