qbraid_core.services.storage.FileStorageClient
- class qbraid_core.services.storage.FileStorageClient(*args, namespace=None, **kwargs)
- Client for interacting with the qBraid file management service. - __init__(*args, namespace=None, **kwargs)
 - Methods - __init__(*args[, namespace])- download_file(object_path[, namespace, ...])- Upload a file to the qBraid file management service. - running_in_lab()- Check if running in the qBraid Lab environment. - set_default_namespace(namespace)- Set the default namespace. - upload_file(file_path[, namespace, ...])- Upload a file to the qBraid file management service. - user_credits_value()- Get the current user's qBraid credits value. - Attributes - default_namespace- Return the default namespace. - session- The QbraidSession used to make requests.