Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FileConnector][Move]No error message is provided when an already existing file is going to be replaced by the same file name #1460

Open
isuruuy429 opened this issue Apr 23, 2020 · 0 comments
Labels

Comments

@isuruuy429
Copy link
Contributor

Description:
$subject.

Related issues
#1458

Steps to reproduce

  1. Create the API mentioned in the above issue.
  2. Invoke the API with the following payload. Make sure in the destination folder, which the file is going to be copied, has the exact same file. As an example if you are going to copy abc.txt file, the destination folder should also have that file.
{
	"source":"/Users/IsuruUyanage/Music/integration-tests/abc.txt",
	"destination":"/Users/IsuruUyanage/Music/iTunes"
}

Expected: It should provide an error message that file is already existing.
Actual: It does not provide any error message,

@isuruuy429 isuruuy429 added the Component/Connectors WSO2 MI connectors label Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants