Apps Scriptリファレンス: Apps Script Reference |障害・課題追跡: IssueTracker |Google Workspace: Status Dashboard - Summary

2018年1月13日土曜日

Google Apps Scriptの更新情報を確認したい


新しい機能が追加されたり今まであった機能が廃止されたりなど
Google Apps Scriptの更新情報を知りたい時に見るページ


G Suite Developers Blog / Apps Script
https://gsuite-developers.googleblog.com/search/label/Apps%20Script

Latest post

Googleドライブ内の音声ファイルをiframe内で再生したい

iframe の src にGoogleドライブ内の音声ファイルを埋め込む例です (今回試した音声ファイルはmp3) Code.gs function doGet () { return HtmlService . createTemplateFromFile ( ...