代码之家  ›  专栏  ›  技术社区  ›  The Muffin Man

用户在我的谷歌云应用程序中看到“未验证的应用程序”屏幕

  •  0
  • The Muffin Man  · 技术社区  · 5 年前

    我的应用程序已验证。

    谷歌表示

    我不知道我的OAuth请求包含未验证的作用域。 如何对此进行故障排除?

    enter image description here

    enter image description here

    manifest.json

     "oauth2": {
        "client_id": "...",
        "scopes": [
          "https://www.googleapis.com/auth/contacts.readonly",
          "https://www.googleapis.com/auth/gmail.modify",
          "https://www.googleapis.com/auth/gmail.settings.basic"
        ]
      }
    
    0 回复  |  直到 5 年前