Skip to content
Merged
Changes from 1 commit
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 upload-files-code]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preferred form is

  • underscore instead of dashes
  • Prefixed w/api or product (apps_script_)

// 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 upload-files-code]