From ba6d67f719280c3ce81e5467fbdfaaba52ccf731 Mon Sep 17 00:00:00 2001 From: Kara <62033369+kar320@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:52:58 -0700 Subject: [PATCH 1/2] Adds region tag --- solutions/automations/upload-files/Setup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/solutions/automations/upload-files/Setup.js b/solutions/automations/upload-files/Setup.js index fa63666f2..585a25c8e 100644 --- a/solutions/automations/upload-files/Setup.js +++ b/solutions/automations/upload-files/Setup.js @@ -14,6 +14,7 @@ * limitations under the License. */ +// [START upload-files-setup] // TODO You must run the setUp() function before you start using this sample. /** @@ -113,4 +114,6 @@ function removeTriggersAndScriptProperties() { */ function deleteAllResponses() { FormApp.getActiveForm().deleteAllResponses(); -} \ No newline at end of file +} + +// [END upload-files-setup] From 7417243c2f26c867a1283372bab19bb2008d1b3d Mon Sep 17 00:00:00 2001 From: Kara <62033369+kar320@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:09:28 -0700 Subject: [PATCH 2/2] Updating region tag to standard format --- solutions/automations/upload-files/Setup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/automations/upload-files/Setup.js b/solutions/automations/upload-files/Setup.js index 585a25c8e..2ad4ef5cf 100644 --- a/solutions/automations/upload-files/Setup.js +++ b/solutions/automations/upload-files/Setup.js @@ -14,7 +14,7 @@ * limitations under the License. */ -// [START upload-files-setup] +// [START apps_script_upload_files_setup] // TODO You must run the setUp() function before you start using this sample. /** @@ -116,4 +116,4 @@ function deleteAllResponses() { FormApp.getActiveForm().deleteAllResponses(); } -// [END upload-files-setup] +// [END apps_script_upload_files_setup]