diff --git a/solutions/automations/upload-files/Code.js b/solutions/automations/upload-files/Code.js index 7c65da6c6..50e523954 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 apps_script_upload_files] // 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 apps_script_upload_files]