Once a sunset date for an Apps Script feature has been announced, the feature is considered deprecated, but should still be available for use until the sunset date. During the deprecation period, we encourage you to upgrade existing scripts to use supported features.
Feature | Deprecated | Sunset | Behavior after sunset date |
---|---|---|---|
Mar 13, 2013 | Widget no longer functions. | ||
No access to GUI Builder, although existing components should still function. | |||
Apr 15, 2013 | Widget no longer functions. | ||
Jul 9, 2013 | Service no longer appears in autocomplete, although existing scripts should still function. | ||
Feature is no longer supported, although existing scripts should still function. | |||
Feb 25, 2014 | Service no longer functions. | ||
May 15, 2014 | |||
Dec 11, 2014 | Service no longer functions. | ||
UI service | June 30, 2015 | Service will no longer appear in autocomplete, although existing scripts should still function. | |
March 4, 2015 | Class is longer available and existing scripts do not function. | ||
SandboxMode.NATIVE SandboxMode.EMULATED |
Oct 13, 2015 |
All new scripts now default to IFRAME
sandbox mode unless NATIVE mode is explicitly specified.
|
|
EMULATED mode was shut down. Any scripts that
explicitly request EMULATED mode now default to
IFRAME mode.
|
|||
All scripts, including existing ones, now default to
IFRAME sandbox mode unless NATIVE mode is
explicitly specified.
|
|||
Jul 6, 2016 |
NATIVE mode was shut down. All HTML served from the HTML Service
now uses IFRAME mode, no matter what mode is specified.
|