Google App Engine中的用户模块错误

时间:2021-02-15 23:15:22

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 个解决方案

#1


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

实际上不是我的回答,而是来自OP的,没有对S. Lott的评论采取行动:

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

它现在有效!但实际上我没有改变任何东西,似乎谷歌需要时间更新其数据库的应用程序引擎。像20分钟。

#1


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

实际上不是我的回答,而是来自OP的,没有对S. Lott的评论采取行动:

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

它现在有效!但实际上我没有改变任何东西,似乎谷歌需要时间更新其数据库的应用程序引擎。像20分钟。