tips

2026年1月13日

【GAS】「Exception: Cannot call SpreadsheetApp.getUi() from this context」エラーの原因と回避策

GAS(Google Apps Script)で自動化を進めていると、よく遭遇するのが 「Exception: Cannot call SpreadsheetApp.getUi() from this context」 というエラーです。……

Read More…

[GAS] Fix Exception: Cannot call SpreadsheetApp.getUi() from this context

When automating Google Sheets with Google Apps Script (GAS), you may encounter the error “Exception: Cannot call SpreadsheetApp.getUi() from this context.” This……

Read More…

Featured Image

【GAS】「Exception: Service error: Drive」エラーの原因ランキングと回避策

Google Apps Script (GAS) で DriveApp を操作していると、突然発生する 「Exception: Service error: Drive」。 コードは変えていないのに急に動かなくなったり、特定のファイルだけエラーになったりと、原因が掴みにくい厄介なエラーです。……

Read More…

Featured Image

[GAS] Fix Exception: Service error: Drive Causes and Solutions

When using in Google Apps Script (GAS), you might suddenly encounter “Exception: Service error: Drive”. It interferes with your script even though you haven’t……

Read More…