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

ZSS API gives Success Message, instead of Error while creating Folder, at a destination where same named file/Folder already exists #483

Open
AdarshdeepCheema opened this issue Jun 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working zss

Comments

@AdarshdeepCheema
Copy link

AdarshdeepCheema commented Jun 23, 2022

Steps to reproduce:
create file as DirA/DirB/NameA
create folder as DirA/DirB/NameB

Now try to create the Folder with same names via Editor, API Catalog or use ZSS API in third party tool such as Insomnia.
You will see no error but success Message in the API responses. However nothing will get created actually.

https://Server:GatewayPort/zlux/ui/v1/unixfile/mkdir/DirA/DirB/NameA?responseType=raw

"msg": "Successfully created directory: DirA/DirB/NameA"

https://Server:GatewayPort/zlux/ui/v1/unixfile/mkdir/DirA/DirB/NameB?responseType=raw

"msg": "Successfully created directory: DirA/DirB/NameB"
@AdarshdeepCheema AdarshdeepCheema changed the title ZSS APIs gives Success Message, instead of Error when creatingvFolder, when same named file/Folder already exists at destination ZSS API gives Success Message, instead of Error while creating Folder, at a destination where same named file/Folder already exists Jun 23, 2022
@AdarshdeepCheema AdarshdeepCheema added bug Something isn't working zss labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working zss
Projects
None yet
Development

No branches or pull requests

2 participants