Skip to content

Commit 1c78576

Browse files
kar320vinay-google
andauthored
chore: Add region tag (#369)
* Adds region tag * Updating region tag to standard format Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
1 parent 9cb4314 commit 1c78576

File tree

1 file changed

+4
-1
lines changed
  • solutions/automations/upload-files

1 file changed

+4
-1
lines changed

solutions/automations/upload-files/Setup.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
// [START apps_script_upload_files_setup]
1718
// TODO You must run the setUp() function before you start using this sample.
1819

1920
/**
@@ -113,4 +114,6 @@ function removeTriggersAndScriptProperties() {
113114
*/
114115
function deleteAllResponses() {
115116
FormApp.getActiveForm().deleteAllResponses();
116-
}
117+
}
118+
119+
// [END apps_script_upload_files_setup]

0 commit comments

Comments
 (0)