Sync Conflict Resolution
When 2 users upload the same files or modify the same files, there will be conflicts.
We can use Optimistic Locking to resolve this
One way we can do is we can
- Process the request that goes through first.
- When the second request process the same thing, the second request will need to resolve conflicts.
We then show the option for the second users to overwrite the file or something