Data regions support for Google Apps Script now generally available

Data regions support for Google Apps Script now generally available
Data regions are critical for helping organizations meet internal compliance, legal, regulatory, and data sovereignty obligations by controlling the geographic location of covered data at rest and through data processing. Expanding these controls to Apps Script allows organizations—including those in highly regulated industries and the public sector—to build, deploy, and automate enterprise workflows with confidence that their script data and executions remain within designated geographic boundaries.
When a data regions policy is applied to an organizational unit or group, Apps Script data storage and runtime execution adhere to the specified region:
- Data at rest: Script project files, code definitions, manifest configurations, trigger metadata, and key-value storage (such as Property Service and Cache Service) are stored within the designated geographic region.
- Data processing: Script executions, container-bound automations, and associated runtime operations are processed within the selected region.
Note on non-regionalized services:
As Google Apps Script transitions to a regionalized data residency model, non-regionalized Apps Script services will be disabled starting in September 2026 for organizations that turn on the Drive and Docs disablement toggle in data regions advanced settings in the Admin console. Learn more about disabling non-regionalized services.
![]() |
| Enabling Data regions support for Apps Script (Under Drive & Docs) |
Getting started
- Admins: Apps Script automatically adheres to your existing organizational data location policies configured in the Admin console under Menu > Data > Compliance > Data Regions.
- To manage advanced controls, such as allowing or disabling features that process data outside designated regions, navigate to Data > Compliance > Data Regions > Advanced settings.
- Visit the Help Center to learn more about choosing a geographic location for your data, what data is covered by a data region policy, and advanced settings for data regions.
- End users: There is no end user setting for this feature. Script project creation and executions will automatically follow the data region policy assigned to the user by their administrator. For custom cloud logging and external services, developers can review recommendations in the Apps Script Cloud Projects guide.
Rollout pace
- Rapid Release and Scheduled Release domains: Available now
Availability
- Enterprise: Enterprise Plus (provides in-region data storage and processing)
- Education: Education Standard and Education Plus (provides in-region data storage only)
- Other Editions: Frontline Plus (provides in-region data storage and processing)
Resources
- Admin Help Center: Select geographic locations for data residency
- Admin Help Center: Data covered by region policies
- Admin Help Center: Configure advanced regional settings
- Admin Help Center: Overview of Assured Controls add-ons
- Developer Documentation: Apps Script overview and guides
- Developer Documentation: Managing Google Cloud Platform projects
Key Aspects of the Update
- Data at Rest: All core components of an Apps Script project—including script files, code definitions, manifest configurations, trigger metadata, and key-value storage (such as the Properties Service and Cache Service)—are stored within the designated geographic region. [2]
- Data Processing: Script executions, automated workflows, and associated runtime tasks are securely processed inside the selected regional data center boundaries. [2]
- V8 Runtime Requirement: This data region policy exclusively covers scripts running on the modern V8 runtime. Legacy Rhino runtime scripts are not supported. [4]
- Non-Regionalized Services Deprecation: Starting in September 2026, non-regionalized Apps Script services will be disabled for organizations that enforce advanced strict data regions policies (such as the Drive and Docs global processing disablement toggle). Scripts attempting to use global processing classes or advanced services under strict rules will fail with a runtime administrative error. [5, 6, 7, 8]
Supported Google Workspace Editions
- Enterprise Plus and Frontline Plus (in-region storage and processing)
- Education Standard and Education Plus (in-region storage and processing)
How It Works & Rollout
- What Workspace edition your organization uses?
- Do you have legacy scripts (Rhino runtime) that need migration?
- Are you worried about scripts failing due to global data blocks?
Read more
. Tap to pay with Google Pay is coming to Walmart
. Gmail Search’s AI Overviews now available globally
. Connect to more tools with Gemini in Google Workspace
. Here’s how to use sign-to-text translation on Pixel 11.
. Connect to Google Meet hardware with room codes now generally available
. Enter Google Play’s sweepstakes to win legendary experiences and collectibles with your Play Points.
. Celebrate 110 years of national parks with Maps, Search, and Gemini
. Google partnering with the State of Delaware to provide free AI and career training.
. How developers build AI for good with Gemma 4
for more refer Gemini website click here
for more refer Artificial Intelligence website click here


