GAE google task api“错误:找不到”

时间:2013-04-08 15:34:46

标签: google-app-engine python-2.7 google-tasks-api

我在GAE上关注了这个google task api教程:https://developers.google.com/appengine/articles/python/getting_started_with_tasks_api

我已经尝试过他们所做的一切。

我在路线中添加了这个:

                        ('/mytask', mytask),
                        ('/mytask'+ decorator.callback_path, decorator.callback_handler()),

但是我收到了以下错误:

Error: Not Found

The requested URL /oauth2callback?state=http://sadaf2605.appspot.com/mytask:rBFVjEpyDnAPoYsm-J6COToxMzY1NDM0ODg4&code=4/DVdE2clKgg1yfLTcFL9AdGzszVvj.snlDhp_QkQYZgrKXntQAax1q0onUewI was not found on this server.

你能告诉我在哪里可以找到错误吗?

1 个答案:

答案 0 :(得分:0)

您没有将处理程序附加到正确的URL:您使用'/ mytask'作为前缀。如果您不希望它在默认/ oauth2callback上提供,那么您需要在创建callback_path时传递OAuth2Decorator