gpt4 book ai didi

reactjs - 请求 Google 日历权限时弹出额外补助金

转载 作者:行者123 更新时间:2023-12-03 13:20:46 24 4
gpt4 key购买 nike

enter image description here

enter image description here

enter image description here

当用户尝试在我的网站上使用 Google 进行注册时,Google 会向他们显示上述 3 个弹出窗口,但当我尝试注册时,Google 不会向我显示相同的弹出窗口。 我看到的是只是这个-

enter image description here

这 3 个独立的弹出窗口导致我的网站访问量大幅下降。如何删除这 3 个不同的权限弹出窗口?

Google 登录按钮详细信息 - 使用 React Google Login

    <div className="manager-signup-container">
<div className="content">Join Peoplebox as a Manager to have productive 1:1s that drive actions.</div>
<GoogleLogin
className={`google-btn-${this.state.loginbtnStatus}`}
clientId={GOOGLE_CLIENT_ID}
buttonText="Sign up with Google"
onSuccess={(response) => this.responseOauth(response, "google")}
onFailure={this.responseGoogleFail}
responseType="code"
scope="profile email https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar.readonly"
accessType="offline"
prompt="consent"
disabled={this.state.loginDisabled}
/>

最佳答案

第三方 Google 应用的授权流程最近发生了更改,允许用户仅接受他/她想要的权限。这样,用户可以更好地控制应用程序对其数据的访问权限。

目前,无法更改此行为,也没有任何有关此更改的公共(public)文档/资源。

关于reactjs - 请求 Google 日历权限时弹出额外补助金,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59390001/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com