我正在尝试在 Rails 中使用“omniauth-google-oauth2”gem。我已将我的应用程序作为 Web 应用程序注册到云控制台,并试图让它工作,但是当我尝试访问此 URL 时: https ://accounts.google.com/o/oauth2/auth?response_type=code&client_id =XXX.project.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fusers%2Fauth%2Fgoogle_oauth2%2Fcallback&state=5d7e3e04fffd3bfd4c7716a53c96583047d200b285db60a3&scope=https%3A%2F%3%2Fuserinfoaemail %2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&access_type=offline
它向我抛出了 Google 的“错误:invalid_client”页面。我从他们在 api 和 auth 部分提供的 json 中获取的客户端 ID 和秘密..
你认为可能是什么问题?