Hello,
There is an 409 (Conflict) error i have never encountered since today with a responseText "shared_link_already_exists".
I have a generic function getDropboxFiles() called in several places in my web app that creates a "list_folder" request, mainly when the user logs into the page or if a new file is uploaded.
When the request completes successfully i grab the response and for each file i create a "create_shared_link_with_settings" request and add it to my page , so that the user can open each file seperately.
Today is the first day, after a long time that the app works like a charm with no problems, that i receive the above error message. Can you provide some insight please ? Thank you in advance.