संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस सेक्शन में दिए गए रेफ़रंस दस्तावेज़ में, Apps Script की अलग-अलग सेवाओं और प्रोजेक्ट के संसाधनों के बारे में बताया गया है.
Apps Script की सेवाएं
Apps Script की सेवाएं, आपकी स्क्रिप्ट को Google और बाहरी सिस्टम पर मौजूद डेटा को ऐक्सेस करने के तरीके उपलब्ध कराती हैं. ये सेवाएं, Apps Script एनवायरमेंट में पहले से मौजूद होती हैं. इसलिए, आपको इन्हें इंपोर्ट करने या अनुमति देने से जुड़े कंट्रोल खुद लागू करने की ज़रूरत नहीं होती. सेवाओं को ग्लोबल ऑब्जेक्ट के तौर पर दिखाया जाता है. इनके साथ जुड़े तरीके, JavaScript ऑब्जेक्ट जैसे कि Math के जैसे होते हैं.
Apps Script की सेवाओं में ये शामिल हैं:
Google की सेवाएं ऐसी सेवाएं होती हैं जिनकी मदद से, Google Workspace ऐप्लिकेशन का डेटा ऐक्सेस किया जा सकता है. जैसे, Drive, Gmail, और Sheets. साथ ही, Maps और Translate जैसे अन्य Google ऐप्लिकेशन का डेटा भी ऐक्सेस किया जा सकता है.
उपयोगी सेवाएं ऐसी सेवाएं होती हैं जो किसी Google प्रॉडक्ट से कनेक्ट नहीं होती हैं. इनकी मदद से, कई काम किए जा सकते हैं. जैसे, जानकारी लॉग करना, एचटीएमएल बनाना, डेटा कंप्रेस करना वगैरह.
ऐडवांस सेवाएं
Google की कुछ सेवाएं, ऐडवांस सेवा के तौर पर उपलब्ध कराई जाती हैं. ऐडवांस सेवा, Apps Script की एक ऐसी सेवा है जिसकी मदद से Google प्रॉडक्ट के एपीआई को ऐक्सेस किया जा सकता है. इनमें Google Workspace प्रॉडक्ट के एपीआई शामिल हैं. हालांकि, इनके अलावा और भी एपीआई शामिल हो सकते हैं.
बेहतर Google सेवा, एपीआई के चारों ओर एक पतला रैपर होती है. यह खुद एक एपीआई नहीं होती. ज़्यादा जानकारी के लिए, Google की ऐडवांस सेवाएं लेख पढ़ें.
स्क्रिप्ट प्रोजेक्ट के संसाधन
स्क्रिप्ट प्रोजेक्ट के संसाधन, आपके Apps Script प्रोजेक्ट के बारे में जानकारी देते हैं, ताकि उसे सही तरीके से चलाया जा सके. प्रोजेक्ट के संसाधनों में, मेनिफ़ेस्ट कॉन्फ़िगरेशन, ऑटोमेशन ट्रिगर, और कोटा के बारे में जानकारी शामिल होती है.
Google Workspace ऐड-ऑन के संसाधन
अगर आपको Google Workspace ऐड-ऑन बनाना है, तो आपको सिर्फ़ ऐड-ऑन संसाधनों का इस्तेमाल करना होगा.
Apps Script API
अगर आपको Apps Script API का इस्तेमाल करके, Apps Script प्रोजेक्ट को प्रोग्राम के हिसाब से बनाना, उनमें बदलाव करना या उन्हें डिप्लॉय करना है, तो इन संसाधनों का इस्तेमाल करें.
[[["समझने में आसान है","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-31 (UTC) को अपडेट किया गया."],[[["\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)."]]