1
votes

I want to use user service of my domain in google App, but... Is it possible to solve this problem by my side?

Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 501, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/myapp2009/1.334081739634584397/helloworld.py", line 13, in get
    self.redirect(users.create_login_url(self.request.uri))
  File "/base/python_lib/versions/1/google/appengine/api/users.py", line 176, in create_login_url
    raise NotAllowedError
NotAllowedError
1
Please be more specific, I'm not sure I understand your question. The usrs moduel works fine on custom domains without changing anything. See paste.blixt.org for an example (source is available as well, see link in footer.) - Blixt
Please provide the answer! Don't update the question to say "Solved". Please provide an actual answer so other -- who have the same problem -- can learn from your answer. - S.Lott
I agree with S. Lott - answer your own question properly! Otherwise the question will continue to appear in the "unanswered" list indefinitely... - Greg Ball

1 Answers

1
votes

Actually not my answer, but from the OP, that didn't act on S. Lott's comment:

It works now! but I didnt change anything actually, seems like Google need time to update its database for app engine. like 20 mins.