I maintain an application which uploads files submitted by users and creates a shared link to them.
In most cases it works properly, but today one call to create_shared_link_with_settings returned 409 with the message shared_link_already_exists
It happened few hundred miliseconds after I called list_shared_links and received nothing.
Is there any reasonable explanation to this phenomena?