GAE でこの Google タスク 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.
どこでバグが予想されるか教えてください。