Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion solutions/automations/upload-files/Setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.

/**
Expand Down Expand Up @@ -113,4 +114,6 @@ function removeTriggersAndScriptProperties() {
*/
function deleteAllResponses() {
FormApp.getActiveForm().deleteAllResponses();
}
}

// [END apps_script_upload_files_setup]