Hello, curious if a developer feature exists. I don't see if officially on the API docs and hoping it's undocumented feature.
For the Create Zip Download API call, there's an issue with files with name conflicts being renamed randomly. Instead, could we provide our own file name for the file name conflicts? https://developer.box.com/reference/post-zip-downloads/#request-example
Example:
- Folder A / Tacos.jpg
- Folder B / Tacos.jpg
Result:
- 1st filename = Folder A - Tacos.jpg
- 2nd filename = Folder B - Tacos.jpg