cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can code identify conflicted copies?

How can code identify conflicted copies?

John Thomson
Explorer | Level 3

We are developing an application which will work with Dropbox folders. We would like to hide "conflicted copy" files from most users, moving them to another place where administrators will sort out conflicts.

To do this we need to write code which can scan a folder and find any "conflicted copy" files.

However, the name that Dropbox generates varies with the system language...for example, it might be "Copie en conflit" (French) or "конфликтующая копия" (Russian).

Can someone provide a comprehensive list of strings to search for, or suggest any other way of identifying files that are the result of Dropbox resolving conflicts?

2 Replies 2

Здравко
Legendary | Level 20

@John Thomson wrote:
...

Can someone provide a comprehensive list of strings to search for, or suggest any other way of identifying files that are the result of Dropbox resolving conflicts?


Hi @John Thomson,

Even somebody give you such actual list, nobody can guarantee for further additions and/or changes! Better try detect looming conflicts, if this applicable for your project, and if there is , just upload to the "another place". Take a look on "mode", "autorename", and "strict_conflict" parameters of 2/files/upload (and similar).

Hope this helps.

Greg-DB
Dropbox Staff

@John Thomson Dropbox doesn't offer an official way to detect conflicted copies like this, or a full list of the translations of "conflicted copy", but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. 

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    Здравко Legendary | Level 20
What do Dropbox user levels mean?