如何解决 google 登录 flutter IOS 中的 restricted_client 错误?
How to solve restricted_client error in google sign in flutter IOS?
当我点击 google-signin 按钮时,我正在尝试在我的 flutter 应用程序中实现 google 登录。
当我点击继续时,它会重定向到浏览器 window 并告诉
我已启用 google 登录并将 json 文件放在正确的路径中
有人能帮忙吗?
单击上面错误消息中的 'Learn More' 应该会将您带到项目的 Google Cloud Console 配置,您需要在其中配置 OAuth 同意屏幕信息才能使用 Google 登录。
如果您已经知道您的 Google 云项目信息,访问 https://console.developers.google.com/apis/credentials/consent 将带您进入同意屏幕配置。
您可以在 https://support.google.com/googleapi/answer/6158849?hl=en 找到更多信息。
当我点击 google-signin 按钮时,我正在尝试在我的 flutter 应用程序中实现 google 登录。
当我点击继续时,它会重定向到浏览器 window 并告诉
我已启用 google 登录并将 json 文件放在正确的路径中
有人能帮忙吗?
单击上面错误消息中的 'Learn More' 应该会将您带到项目的 Google Cloud Console 配置,您需要在其中配置 OAuth 同意屏幕信息才能使用 Google 登录。
如果您已经知道您的 Google 云项目信息,访问 https://console.developers.google.com/apis/credentials/consent 将带您进入同意屏幕配置。
您可以在 https://support.google.com/googleapi/answer/6158849?hl=en 找到更多信息。