Hello!
I perform copy operation like this:
FROM_PATH = /sure/copyfile
TO_PATH = /sure/automat
sure is main folder inside sure there are two file copyfile and automat. In copyfile has a pic that I want to copy in automat, automat is empty but it trough this error.
Exception in 2/files/copy_v2: {".tag":"to","to":{".tag":"conflict","conflict":"folder"}}
Reason:
Snap failed unexpectedly and did not provide any reason
Hide Details...
SnapCompletionService
com.dropbox.core.v2.files.RelocationErrorException: Exception in 2/files/copy_v2: {".tag":"to","to":{".tag":"conflict","conflict":"folder"}}
When I change the of TO_PATH like /sure/[Different name] then it work and make new file and copy file in [Different name]
How I removed this error and why it through this error when their is nothing duplicate in receiving file.
Thank You!