レールで「omniauth-google-oauth2」ジェムを使用しようとしています。アプリケーションを 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&userscope=https%3A%2F%2Fwww.googleapis.com. %2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&access_type=offline
Google の「Error: invalid_client」ページが表示されます。APIと認証のセクションで提供するjsonから取得したクライアントIDとシークレット..
何が問題になると思いますか?