Contents:
Download the content of a file path.
local_path (Path or str) – Path to local file target location
overwrite (bool, optional) – Should an existing file be overwritten if it exists?
encoding (str, optional) – Encoding used to convert the resulting data
bytes or str or None