Skip to content

FoldersAPI cannot check for existing root folders #19

@ramo-j

Description

@ramo-j

Using the FoldersAPI, I am unable to:

  • Check if a root folder with a given name exists
  • Get the numeric ID of a root folder given a name

Both of these could be achieved with a method similar to GetFolderID(str) -> int | None (or perhaps throws an exception like FolderNotFoundException?)

Without this, a user needs to know the non-user-friendly numeric ID, or multiple root folders with the same name will be created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions