Manage folder

Copy folder

To copy a folder:

  1. In Data, select a folder.
  2. Click Copy.

🚧

  • You can copy only one folder at a time.
  • You can't copy a folder to another folder.

Rename folder

To rename a folder:

  1. In Data, hover over the folder and click the edit button.
  2. Type a new name.
  3. Click Save.

Find folder

To find a folder, go to Data and type the name of the folder in the search bar.

SDK functions

To get all the folders in a project:

sa.search_folders(project = "Project Name")

To get folders whose names contain a given keyword:

sa.search_folders(
    project = "Project Name", 
    folder_name = "Car")