Manage folder
Copy folder
To copy a folder:
- In Data, select a folder.
- 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:
- In Data, hover over the folder and click the edit button.
- Type a new name.
- 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")
Updated 16 days ago