I would still appreciate some pointers on this issue. Is the redirect limited to "http://" otherwise the API thinks I'm trying to send to file in my application ? any suggestion how to overcome this ? Is there a way to manually create the URL ?
Thanks On Feb 4, 5:10 pm, Shai <[email protected]> wrote: > Hi, > > If I try doing a redirect to a normal http site it works fine, for > example > UserService.createLoginURL("http://www.somewhere.com/index.html") ; > > This will let me login to my Google app account and then redirect me > towww.somewhere.com... > > But if I try to redirect to html in mychromeextension: > UserService.createLoginURL("chrome-extension://[extensionid]/ > myhtml.html") ; > > It redirects me > to:http://[myapp].appspot.com/chrome-extension://[myextensionid]]/ > myhtml.html > > Can someone suggest a simple solution ? > Mychromeplug-in uses Google app engine for authentication and I when > the user is not logged in I would like to invoke a log-in page and > give control back to myextension -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
