บริการ 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 แบบ Thin ของ 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 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."]]],[]]