You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"msg": "Successfully created directory: DirA/DirB/NameB"
The text was updated successfully, but these errors were encountered:
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
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
https://Server:GatewayPort/zlux/ui/v1/unixfile/mkdir/DirA/DirB/NameB?responseType=raw
The text was updated successfully, but these errors were encountered: