feat: extend FileApi with the capability to query by the original file name#2109
feat: extend FileApi with the capability to query by the original file name#2109
Conversation
|
Would you rather like to see the |
|
Hey @bossenti, How can we deal with files that have the same name? Any ideas? Cheers, |
|
How do we distinguish between files with the same original filename and which file will be delivered in this case? I think in this case we would need to ensure that no two files with the same filename can be uploaded. |
|
@dominikriemer yes, I totally agree. I think we should make sure that there are no two files with the same name. |
|
I have simplified the API a bit so that we don't have the adapt all usages of |
Purpose
This PR extends the FileAPI of the core and the client to query by the original file name.
Remarks
PR introduces (a) breaking change(s): no
PR introduces (a) deprecation(s): no