はじめに Google Apps Script(GAS)で作成したWebアプリやGoogle Workspace連携を初めて使うとき、以下のような画面が表示されることがあります。 > Google hasn’t verified this app…
Tag Archives: Google Apps Script
[GAS] OAuth screen changed? Why you now see “Google hasn’t verified this app” and “currently being tested”
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…
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…
【Meta広告】スプレッドシート→GAS→Slack通知はどう組む? n8n直結より壊れにくい構成を調査
Meta広告の数字を毎日あるいは数時間ごとに見て、条件を超えたらSlackへ通知したい。そう考えたとき、最初に浮かびやすいのが です。 この流れ自体は悪くありません。むしろ、通知の最後の1区間としてはかなり優秀です。 ただし問題は、その手前の Meta広告データをどこで取得するか です。…
Google Business Profile API Approved in 2 Days: My Application Experience

I recently published a complete guide on Google Business Profile API with GAS, and I decided to apply for the API access myself. To my surprise, my application…
Complete Guide to Google Business Profile API with GAS: Application Process and Error Solutions

Many developers want to automatically retrieve Google Business Profile data using Google Apps Script (GAS). However, API application is mandatory, and simply…
【GAS】GoogleビジネスプロフィールAPIでデータ取得する方法と申請手順を完全解説

GoogleビジネスプロフィールのデータをGoogle Apps Script(GAS)で自動取得したいと考える方は多いです。しかし、実際にはAPI申請が必須で、単純にAPIを有効化するだけでは動作しません。この記事では、実際に遭遇するエラーと対処法を含め、初心者でも分かるように解説します。…
ChatGPT・Cursor・Copilot・VS CodeのAIエラー解決まとめ
ChatGPTやVS Code、GASのエラーは「原因が分からず困る」ことが多いので、よくあるエラーの解決記事をまとめました。 まず最初にやること ChatGPT / AI系エラー – ChatGPTで「Something went wrong while generating the…
[GAS] Stop Just Pushing: Automate Web App Releases with ‘clasp deploy’

Many developers use for Google Apps Script (GAS) development, but most stop at . I used to be one of them, until I realized that allows you to create…
【GAS】claspの「push」しか使ってないの?「clasp deploy」でWebアプリのデプロイまで自動化できる話

Google Apps Script (GAS) の開発で を使っている人は多いですが、ほとんどの人が で止まっているのではないでしょうか? 実は私自身もそうだったのですが、 コマンドを使うと、「新しいデプロイの作成」と「デプロイIDの取得」までCLIだけで完結できます。…