I have a file on the Backendless file system with name Oct+10+2022 (1).log
I’m trying to delete it with the Javascript API and the REST API. For both, I’m getting the response “File or directory cannot be found.”
The issue seems to be with the ‘+’-sign. If I’m replacing these with ‘-’, all is fine. I also tried to URL encode with REST and used the name Oct%2B10%2B2022%20%281%29.log
but with no luck either.
Regards,