Skip to content

getFolders() return empty array if folder name contain + character #8

@gamespace-noptanakhon

Description

@gamespace-noptanakhon

We can create file with folder name contain "+", for example, createFile({pathname: "folder1+/test.txt"})

We will have these problems

  • getFolders("folder1+") will return an empty array even there are files inside the folder.
  • isFolder("folder1+") return false
  • renameFolder("folder1+", "newFolder") not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions