diff --git a/solutions/automations/upload-files/Setup.js b/solutions/automations/upload-files/Setup.js index fa63666f2..2ad4ef5cf 100644 --- a/solutions/automations/upload-files/Setup.js +++ b/solutions/automations/upload-files/Setup.js @@ -14,6 +14,7 @@ * limitations under the License. */ +// [START apps_script_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 apps_script_upload_files_setup]