我试图让用户可以使用登录谷歌在flutter网页。每件事的工作,如果我使用这个评论:
flutter run -d chrome --web-hostname localhost --web-port 5000
但如果我在Android Studio中通过按钮运行它,我会得到这个错误:
PlatformException(idpiframe_initialization_failed, Not a valid origin for the client: http://localhost:64263 has not been registered for client ID ********. Please go to https://console.developers.google.com/ and register this origin for your project's client ID., https://developers.google.com/identity/sign-in/web/reference#error_codes, null)
我在索引页中添加了google-signin-client_id。
我想知道我如何能解决这个问题,我发布我的网站后,这将如何工作,因为我不能使用评论-网络端口5000?
1条答案
按热度按时间e4yzc0pl1#
你需要把你的网址添加到你的网页客户端的授权JavaScript源代码https://console.cloud.google.com/apis/credentials