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
3 changes: 2 additions & 1 deletion solutions/automations/upload-files/Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// [START apps_script_upload_files]
// TODO Before you start using this sample, you must run the setUp()
// function in the Setup.gs file.

Expand Down Expand Up @@ -107,4 +108,4 @@ function getSubFolder_(objParentFolder, subFolderName) {
.setDescription(`Created by ${APP_TITLE} application to store uploaded Forms files.`);
}


// [END apps_script_upload_files]