Storage List#
This script showcases how to access userβs stored assets using the Flow360 Python API. It display the displays the folder structure and their contents labeled by their type (e.g. Case), name and size.
1import flow360.v1 as fl
2
3fl.Folder.print_storage()