From b94964c66d3d7f0afc9218d92d8ad76f4ef93cc5 Mon Sep 17 00:00:00 2001 From: Kara <62033369+kar320@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:50:44 -0700 Subject: [PATCH 1/3] Adds region tag --- solutions/automations/upload-files/Code.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solutions/automations/upload-files/Code.js b/solutions/automations/upload-files/Code.js index 7c65da6c6..23ae4c2c8 100644 --- a/solutions/automations/upload-files/Code.js +++ b/solutions/automations/upload-files/Code.js @@ -17,6 +17,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +// [START upload-files-code] // TODO Before you start using this sample, you must run the setUp() // function in the Setup.gs file. @@ -107,4 +108,4 @@ function getSubFolder_(objParentFolder, subFolderName) { .setDescription(`Created by ${APP_TITLE} application to store uploaded Forms files.`); } - +// [END upload-files-code] From 7e79a532933251e92a359382738f4c15b8cb3228 Mon Sep 17 00:00:00 2001 From: Kara <62033369+kar320@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:03:03 -0700 Subject: [PATCH 2/3] Update solutions/automations/upload-files/Code.js Co-authored-by: Steve Bazyl --- solutions/automations/upload-files/Code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/automations/upload-files/Code.js b/solutions/automations/upload-files/Code.js index 23ae4c2c8..643db74c8 100644 --- a/solutions/automations/upload-files/Code.js +++ b/solutions/automations/upload-files/Code.js @@ -17,7 +17,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// [START upload-files-code] +// [START apps_script_upload_files] // TODO Before you start using this sample, you must run the setUp() // function in the Setup.gs file. From 465f07b02692d19e12488c24c2114b1416134b9a Mon Sep 17 00:00:00 2001 From: Kara <62033369+kar320@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:03:21 -0700 Subject: [PATCH 3/3] Update solutions/automations/upload-files/Code.js Co-authored-by: Steve Bazyl --- solutions/automations/upload-files/Code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/automations/upload-files/Code.js b/solutions/automations/upload-files/Code.js index 643db74c8..50e523954 100644 --- a/solutions/automations/upload-files/Code.js +++ b/solutions/automations/upload-files/Code.js @@ -108,4 +108,4 @@ function getSubFolder_(objParentFolder, subFolderName) { .setDescription(`Created by ${APP_TITLE} application to store uploaded Forms files.`); } -// [END upload-files-code] +// [END apps_script_upload_files]