ওয়েব অ্যাপস এবং API এক্সিকিউটেবল ম্যানিফেস্ট রিসোর্স
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
The resource configurations used to define web apps and API executables.
ওয়েবঅ্যাপ
The script project web app configuration, used only if the project is deployed as a web app.
| JSON উপস্থাপনা |
|---|
{
"access": string,
"executeAs": string
} |
| ক্ষেত্র |
|---|
access | string Web app execution permission levels. Valid settings include: -
MYSELF : Only the deploying user can run the app. -
DOMAIN : Only users in the same domain as the deployer can run it. -
ANYONE : যেকোনো লগ-ইন করা ব্যবহারকারী। -
ANYONE_ANONYMOUS : Any user, even if not logged in.
|
executeAs | string The identity under which the web app executes. Valid settings include: -
USER_ACCESSING : The web app runs as the user accessing it. -
USER_DEPLOYING : The web app runs as the user who deployed it.
|
এক্সিকিউশনএপিআই
The script project API executable configuration, used only if the project is deployed for API execution.
| JSON উপস্থাপনা |
|---|
{
"access": string
} |
| ক্ষেত্র |
|---|
access | string Determines who has permission to run the script from the API. Valid settings include: -
MYSELF : Only the deploying user can run the script. -
DOMAIN : Only users in the same domain as the deployer can run it. -
ANYONE : যেকোনো লগ-ইন করা ব্যবহারকারী। -
ANYONE_ANONYMOUS : Any user, even if not logged in.
|
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-04-01 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2026-04-01 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[]]