Hi,
We are using Dropbox API (C# library) to create folder structure. Here is API we use:
await dropboxClient.Files.CreateFolderV2Async(folderPath);
Somehow it created same folder name like the screenshot below, is there anyway to prevent duplicate folder name and also do not create folder it it exists?
