【问题标题】:Google App Not verified while exporting contact [duplicate]导出联系人时Google App未验证[重复]
【发布时间】:2018-08-22 09:49:24
【问题描述】:

我创建了一个应用程序来导出用户的谷歌联系人,但是当我重定向到该 URL 时,它显示 APP 未验证

define('IMPORT_URL','https://accounts.google.com/o/oauth2/auth?client_id=something.apps.googleusercontent.com&redirect_uri=https://www.somewebsite.com/Home/callback&scope=https://www.googleapis.com/auth/contacts.readonly&response_type=code');

【问题讨论】:

    标签: php codeigniter oauth google-api google-authentication


    【解决方案1】:

    这意味着您的应用未经 Google 验证,

    您应该遵循以下说明:

    https://developers.google.com/apps-script/guides/client-verification

    因为它解释了如何让 Google 对其进行验证。

    您应该仍然可以继续该过程,但如果您打算将其公开,我建议您遵循这些

    【讨论】:

    • 已填写此表格
    • 好吧,我们掌握的信息很少,这是我们能提供的唯一帮助
    • @user3534476 验证可能需要数周时间,您需要等待。
    • @Dalm 几个月过去了仍然显示该错误
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-09-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多