-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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