স্ক্রিপ্টটিকে একটি ওয়েব অ্যাপ হিসাবে অ্যাক্সেস করা থেকে অক্ষম করে৷
বিস্তারিত ডকুমেন্টেশন
get Url()
ওয়েব অ্যাপের URL প্রদান করে, যদি এটি স্থাপন করা হয়; অন্যথায় null প্রদান করে। আপনি যদি ডেভেলপমেন্ট মোড ওয়েব অ্যাপ চালাচ্ছেন, তাহলে এটি ডেভেলপমেন্ট মোড url প্রদান করে।
// Mail the URL of the published web app.MailApp.sendMail('myself@example.com','My Snazzy App',`My new app is now available at ${ScriptApp.getService().getUrl()}`,);
প্রত্যাবর্তন
String — ওয়েব অ্যাপের URL
is Enabled()
যদি স্ক্রিপ্টটি ওয়েব অ্যাপ হিসাবে অ্যাক্সেসযোগ্য হয় তবে true ফেরত দেয়।
প্রত্যাবর্তন
Boolean — true যদি স্ক্রিপ্টটি একটি ওয়েব অ্যাপ হিসাবে প্রকাশিত হয়; false না হলে
অপ্রচলিত পদ্ধতি
disable()
অবচয়। এই ফাংশনটি বাতিল করা হয়েছে এবং নতুন স্ক্রিপ্টগুলিতে ব্যবহার করা উচিত নয়৷
স্ক্রিপ্টটিকে একটি ওয়েব অ্যাপ হিসাবে অ্যাক্সেস করা থেকে অক্ষম করে৷ এই পদ্ধতিটি "Publish > Deploy as web app" ডায়ালগ খোলার এবং "ওয়েব অ্যাপ নিষ্ক্রিয় করুন" এ ক্লিক করার সমতুল্য।
[[["সহজে বোঝা যায়","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-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003eScriptApp\u003c/code\u003e service allows you to control and interact with the deployment of your script as a web application.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve the web app's URL using \u003ccode\u003egetUrl()\u003c/code\u003e, check its accessibility status with \u003ccode\u003eisEnabled()\u003c/code\u003e, and previously, disable it using the now deprecated \u003ccode\u003edisable()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edisable()\u003c/code\u003e method has been deprecated and should no longer be used in new scripts, replaced by the "Publish > Deploy as web app" dialog for disabling.\u003c/p\u003e\n"],["\u003cp\u003eWhen deploying your script as a web app, you can use provided methods to obtain its URL and determine if it's enabled for access.\u003c/p\u003e\n"]]],[],null,[]]