Apps Script 服務可讓指令碼存取 Google 和外部系統中的資料。這些服務已內建於 Apps Script 環境中,因此您不必自行匯入或實作授權控制項。服務會以全域物件表示,並附帶相關聯的方法,類似於 Math 等 JavaScript 物件。
應用程式指令碼服務包括:
Google 服務可讓您存取 Google Workspace 應用程式 (例如 Google 雲端硬碟、Gmail 和試算表) 的資料,以及 Google 地圖和 Google 翻譯等其他 Google 應用程式的資料。
公用服務是指未連結至特定 Google 產品的服務。可讓您執行記錄資訊、建立 HTML、壓縮資料等操作。
進階服務
部分 Google 服務會以進階服務的形式提供。進階服務是指可讓您存取 Google 產品 API 的 Apps Script 服務,包括但不限於 Google Workspace 產品 API。進階 Google 服務基本上是 API 的薄型包裝函式,並非 API 本身。詳情請參閱「進階 Google 服務」。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-21 (世界標準時間)。"],[[["Apps Script offers built-in services enabling interaction with Google and external systems, including Google Workspace apps and utilities for tasks like logging and HTML creation."],["Advanced Google services provide access to Google product APIs, including those for Google Workspace products, acting as simplified wrappers for these APIs."],["Apps Script projects utilize resources like manifest configurations, triggers, and quotas to ensure proper functionality."],["Google Workspace Add-on resources are specifically for developing add-ons, while the Apps Script API enables programmatic management of Apps Script projects."]]],[]]