我真的是上傳到 google play 控制臺平臺的新手,想從 Visual Studio for mac 注冊 Google API Access,但每次我收到錯誤:
Authorization error
Error 400: redirect_uri_mismatch
You can't sign in to this app because it doesn't follow Google's OAuth 2.0 policy.
If you're an application developer, register the redirect URI in the Google Cloud Console.
Find out more
The content in this section is provided by the application developer and has not been reviewed or confirmed by Google.
If you're the app's developer, make sure these request details follow Google's policies.
redirect_uri: http://127.0.0.1:58163/authorize/
當我嘗試將我的客戶端 ID 和客戶端密碼放入注冊 Google API 訪問的視窗時:

在憑據選項卡上的 console.cloud.google.com 中,我創建了 OAuth 客戶端 ID Web 應用程式來接收客戶端 ID 和客戶端密鑰,因為當我點擊 Android 應用程式時,我沒有收到客戶端密鑰,而只接收客戶端 ID。因此,當我在 Register Google API Access 視窗中輸入 Client ID 和 Client Secret 代碼時,我收到錯誤:400 ...
我在 Authorized JavaScript origins 和 Authorized redirect URIs 中有兩個欄位......這是空的......
這是我的網路應用程式:

這是我的 Android 應用程式:

**我可以獲得有關如何將應用程式上傳到谷歌控制臺的說明嗎?**
uj5u.com熱心網友回復:
根據你的說法,當你創建 Google API Access 時,你創建了 OAuth 客戶端 ID Web 應用程式。
請選擇CREATE CREDENTIALS -> OAuth client ID -> Desktop app。
您提供的最后一張螢屏截圖可能涉及您的隱私。希望大家關注并修改。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/371235.html
