Initial Checklist
Bug Description
- Renaming a file with a slash in the filename makes the file inaccessible
- Cant' create or upload files with "" in filename
- Downloading a file with a slash in the filename fails
Reproduction Steps
rename file and make it inaccessible
- there is an existing file
vacation.jpg
- rename the file to
vaca\tion.jpg
- click on
vaca\tion.jpg to open it
- cant open or download file
other issues you can create with a backslash:
Cant create file:
2. New -> Create Markdown1. Filename bla\bla.txt
- Error: "failed to create file"
cant download file
- select existing resource
- rename it to
bla\bla
- download
bla\bla
- Error: download failed
- renaming it back to a name without a slash does not work, error "failed to rename bla\bla" --> file can not
cant upload file
- create lcoal file
bla\bla
- upload
bla\bla (drag and drop or via "upload"
- error: "Parent folder does not exist"
Expected Outcome
- create / upload / download of files with backslash is possible or
- tell the user, that the filename must not contain a backslash and have no files with backslashes in the cloud
Actual Outcome
- can not upload/download/create files with backslash in filename
Initial Checklist
Bug Description
Reproduction Steps
rename file and make it inaccessible
vacation.jpgvaca\tion.jpgvaca\tion.jpgto open itother issues you can create with a backslash:
Cant create file:
2. New -> Create Markdown1. Filename
bla\bla.txtcant download file
bla\blabla\blacant upload file
bla\blabla\bla(drag and drop or via "upload"Expected Outcome
Actual Outcome