これで現在スクリプトを実行しているユーザのGmailアドレスを取得できます
コード.gs
function myFunction(){ var email = Session.getActiveUser().getEmail(); Logger.log(email); } |
意訳.gsこの処理は以下を実行する このスクリプトを実行しているユーザのGmailアドレスを取得して ログに出す |
I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
IssueTracker > Apps Script issues https://issuetracker.google.com/savedsearches/566234 Google Apps Scriptの障害時は IssueTracker に課題が上がっていることが...