با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
مستندات مرجع ارائه شده در این بخش خدمات مختلف Apps Script و منابع پروژه را شرح می دهد.
خدمات اسکریپت برنامه ها
سرویسهای Apps Script راههایی برای دسترسی اسکریپت شما به دادهها در Google و سیستمهای خارجی ارائه میکنند. این سرویسها در محیط Apps Script تعبیه شدهاند، بنابراین نیازی نیست خودتان آنها را وارد کنید یا کنترلهای مجوز را اجرا کنید. خدمات به صورت اشیاء سراسری با متدهای مرتبط، مشابه اشیاء جاوا اسکریپت مانند Math بیان میشوند.
خدمات Apps Script عبارتند از:
سرویسهای Google خدماتی هستند که به شما امکان میدهند به دادههای برنامههای Google Workspace مانند Drive، Gmail، و Sheets و سایر برنامههای Google مانند Maps و Translate دسترسی داشته باشید.
خدمات کمکی خدماتی هستند که به یک محصول خاص Google متصل نیستند. آنها به شما اجازه می دهند کارهایی مانند اطلاعات گزارش، ایجاد HTML، فشرده سازی داده ها و موارد دیگر را انجام دهید.
خدمات پیشرفته
برخی از خدمات Google به عنوان یک سرویس پیشرفته ارائه می شوند. یک سرویس پیشرفته یک سرویس Apps Script است که به شما امکان میدهد به APIهای محصولات Google، شامل اما نه محدود به APIهای محصول Google Workspace دسترسی داشته باشید. یک سرویس پیشرفته گوگل اساساً یک پوشش نازک دور یک API است و خود یک API نیست. برای جزئیات بیشتر، به خدمات پیشرفته Google مراجعه کنید.
منابع پروژه اسکریپت
منابع پروژه اسکریپت اطلاعاتی در مورد پروژه Apps Script شما ارائه می دهد تا به اجرای موفقیت آمیز آن کمک کند. منابع پروژه شامل اطلاعاتی در مورد پیکربندی مانیفست، راهاندازهای اتوماسیون و سهمیهها است.
تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-29 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eApps 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.\u003c/p\u003e\n"],["\u003cp\u003eAdvanced Google services provide access to Google product APIs, including those for Google Workspace products, acting as simplified wrappers for these APIs.\u003c/p\u003e\n"],["\u003cp\u003eApps Script projects utilize resources like manifest configurations, triggers, and quotas to ensure proper functionality.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Workspace Add-on resources are specifically for developing add-ons, while the Apps Script API enables programmatic management of Apps Script projects.\u003c/p\u003e\n"]]],[],null,["# Reference overview\n\nThe reference documentation provided in this section describes the various\nApps Script services and project resources.\n\nApps Script services\n--------------------\n\nApps Script services provide ways for your script to access data\non\nGoogle and external systems. These services are built into the\nApps Script\nenvironment so you don't have to import them or implement authorization\ncontrols yourself. Services are expressed as global objects with associated\nmethods, similar to JavaScript objects such as `Math`.\n\nApps Script services include:\n\n- **Google services** are services that let\n you access the data of Google Workspace\n apps, such as Drive, Gmail, and Sheets, and other Google apps such as Maps and\n Translate.\n\n- **Utility services** are services that aren't connected to a\n particular Google product. They let you do\n things like log information, create HTML, compress data, and more.\n\n### Advanced services\n\nSome Google services are offered as an *advanced service* . An advanced service\nis an Apps Script service that lets you access Google product\nAPIs, including\nbut not limited to the Google Workspace product APIs.\nAn advanced Google service is basically a thin wrapper around an API, and isn't\nan API itself. For more details, see [Advanced Google\nservices](/apps-script/guides/services/advanced).\n\nScript project resources\n------------------------\n\nScript project resources provide information about your\nApps Script\nproject to help it run successfully. Project resources include information about\nmanifest configuration, automation triggers, and quotas.\n\nGoogle Workspace add-on resources\n---------------------------------\n\nYou only need to refer to add-on resources if you're building a\n[Google Workspace add-on](/workspace/add-ons/concepts/types#google-workspace-add-ons).\n\nApps Script API\n---------------\n\nUse these resources if you want to programmatically create, modify, or deploy\nApps Script projects using the [Apps Script\nAPI](/apps-script/api/concepts)."]]