When authorizing a Google Apps Script (GAS) project or another Google OAuth app, you may no longer see the old and flow. Instead, you might now get a screen…
タグ: OAuth
GASの承認画面が変わった?「Google hasn’t verified this app」「currently being tested」と出る理由
Google Apps Script(GAS)や Google OAuth を使ったツールを承認しようとしたとき、以前は や が出ていたのに、最近は次のような画面が出ることがあります。 > Google hasn’t verified this app > You’ve been given access to an…
X (旧Twitter) APIキーの発行方法【2026年最新版】画像付き解説

X(旧Twitter)のAPIを利用するために必要な「API Key」「API Key Secret」「Bearer Token」の取得手順を、2026年現在の最新画面(Developer Portal)に基づいて解説します。 手順の概要 1. Developer Consoleへアクセス 2.…
gogcliで「アクセスをブロック」エラーが出たときの対処法

問題 gogcli(Google CLIツール)で または を実行したとき、以下のエラーが表示される: > アクセスをブロック: gog-cli-auth は Google の審査プロセスを完了していません > このアプリは現在テスト中で、デベロッパーに承認されたテスターのみがアクセスできます。 原因 Google…
gogcliでauthできない!OAuth設定からテストユーザー追加までの流れ

問題:gog auth login ができない gogcli(Google CLIツール)をインストール後、 を実行したら以下のエラーが表示された: > OAuth credentials not configured. Run: gog auth credentials 解決策その1:OAuth認証情報の設定…
Complete Guide: Fixing gogcli Auth Issues from OAuth Setup to Test Users

Problem: Can’t Run gog auth login After installing gogcli (Google CLI tool), running shows this error: > OAuth credentials not configured. Run: gog auth…