get

suspend fun get(name: String, config: GetFileConfig? = null): File

Retrieves the file information from the service.

Return

A File object representing the file.

Parameters

name

The name identifier for the file to retrieve.

config

Optional configuration for the get method.