We're working with the API calls to gather student submissions. The goal is to automate the collection of signature assignments for over 220 courses.
Using GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/submissions/(userId)/download we noticed that the zip file doesn't follow the naming convention set in d2l.Tools.Dropbox.FilenameFormatUser or d2l.Tools.Dropbox.FilenameFormatSingle. Has anyone had any luck with organizing/renaming files in a bulk download process? We'd like to name the files with the OrgDefinedID or something similar to obscure the student name.