download_file#
- Session.download_file(file_name, local_file_dir='.', overwrite=False)#
For internal use only: download a file from the PIM-managed instance.
Unless
overwrite
isTrue
, aFileExistsError
will be raised if the local file already exists.