前提・実現したいこと
node.js 上の nodemailer で OAuth 2.0 を使って gmail からメールを送る為に「ClientID」「Client secret」「Refresh token」を取得したいのですが、途中で承認エラー403: access_deniedが出てしまいました。
エラーの解決方法を教えて頂きたいです。よろしくお願いします。
https://gist.github.com/neguse11/bc09d86e7acbd6442cd4
を参考に「ClientID」「Client secret」「Refresh token」取得を進めています。
「Client ID」と「Client secret」は取得出来ました。
https://developers.google.com/oauthplayground
で、「Step 1」の下部にある「Input your own scopes」に「https://mail.google.com/」を入力し「Authorize APIs」を押すと【アカウントの選択】画面になります。そこに表示されている該当のアカウントを選択すると、承認エラーがでます。
発生している問題・エラーメッセージ
エラー 403: access_denied The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google. If you think you should have access, contact the developer (●●●@gmail.com). リクエストの詳細 access_type=offline response_type=code redirect_uri=https://developers.google.com/oauthplayground prompt=consent flowName=GeneralOAuthFlow client_id=●●●.com scope=https://mail.google.com/
補足情報(FW/ツールのバージョンなど)
macOS Big Sur バージョン11.0.1
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。