Utils provide access to utility functionalities of the SDK.
View repositoryA class that enables access to files, including authenticated ones.
Attributes
Attribute | Description |
---|---|
url | str The URL of the file to be downloaded. |
file_name | str The name of the file to be saved locally. If not provided by the server or specified by the user, defaults to output . |
Methods
Downloads the file into the specified folder. Returns pathlib.Path
.
Parameter | Description |
---|---|
output_directory | Union[str, pathlib.Path] The file output directory. |