บริการ Apps Script มีวิธีให้สคริปต์เข้าถึงข้อมูล
ใน
Google และระบบภายนอก บริการเหล่านี้สร้างขึ้นในสภาพแวดล้อมของ Apps Script คุณจึงไม่ต้องนำเข้าหรือใช้การควบคุมการให้สิทธิ์ด้วยตนเอง บริการจะแสดงเป็นออบเจ็กต์ส่วนกลางที่มีเมธอดที่เชื่อมโยงกัน ซึ่งคล้ายกับออบเจ็กต์ JavaScript เช่น Math
บริการของ Apps Script มีดังนี้
บริการของ Google คือบริการที่ช่วยให้คุณเข้าถึงข้อมูลของแอป Google Workspace เช่น ไดรฟ์, Gmail และชีต รวมถึงแอปอื่นๆ ของ Google เช่น Maps และ
Translate
บริการยูทิลิตีคือบริการที่ไม่ได้เชื่อมต่อกับผลิตภัณฑ์ใดผลิตภัณฑ์หนึ่งของ Google
ซึ่งช่วยให้คุณทำสิ่งต่างๆ ได้ เช่น บันทึกข้อมูล สร้าง HTML บีบอัดข้อมูล และอื่นๆ
บริการขั้นสูง
บริการบางอย่างของ Google มีให้บริการในรูปแบบบริการขั้นสูง บริการขั้นสูง
คือบริการ Apps Script ที่ช่วยให้คุณเข้าถึง API ของผลิตภัณฑ์ Google
ได้ ซึ่งรวมถึง
แต่ไม่จำกัดเพียง API ของผลิตภัณฑ์ Google Workspace
โดยพื้นฐานแล้ว บริการขั้นสูงของ Google เป็นเพียง Wrapper แบบบางรอบ 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"]],["อัปเดตล่าสุด 2025-08-04 UTC"],[[["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."]]],[]]