qbraid_core.services.files.FileManagerClient

class qbraid_core.services.files.FileManagerClient(*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.

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.