错误:redirect_uri_mismatch

时间:2012-10-25 10:14:59

标签: c# asp.net google-app-engine google-calendar-api google-tasks-api

当我尝试从PRD中的应用程序访问Google日历或任务api时,会抛出以下错误:

请求中的重定向URI:http://MyApp.com/ManageEvents.aspx与注册的重定向URI

不匹配

了解详情 请求详细信息

scope=https://www.googleapis.com/auth/calendar
response_type=code
access_type=online
redirect_uri=http://MyApp.com/ManageEvents.aspx
display=page
client_id=8827312348664.apps.googleusercontent.com

问题是我在应用引擎/控制台的“Redirect URI”下注册了http://www.MyApp.com/ManageEvents.aspx,但我仍然收到错误消息。最糟糕的是,当我在一天前测试它工作,然后我现在测试它并没有。它似乎适用于某些机器,而不是其他机器。什么给了?

任何回复都是最受欢迎的。 欢呼声。

0 个答案:

没有答案