Print Occupied Storage#
This example demonstrates how to print the occupied storage in the Flow360 cloud platform using the Python API. It prints the size of the occupied storage in the cloud by folder, case, surface mesh and volume mesh.
import flow360 as fl
fl.Folder.print_storage()