2013-11-23 83 views
0

當經歷與新的谷歌服務器端的流量Apps Marketplace中的OAuth 2,我得到一個:在新的Google Apps Marketplace OAuth 2流程下,您是否註冊了回撥網址?

Error: redirect_uri_mismatch 
The redirect URI in the request:http://localhost did not match a registered redirect URI 

這曾經被處理,我相信在清單和我想象現在可以在新的清單進行處理,但我沒有看到文檔中提到的任何內容。謝謝!

回答

1

此錯誤表明您的redirect_uri請求與您註冊的redirect_uri不匹配。您應該返回Google API控制檯來檢查您註冊的redirect_uri。

相關問題