Fetch
fetchFull Description
Fetches a file by path. If download_raw_file is set to True, the file will be downloaded as a raw file. Otherwise, the file will be displayed as text.
Parameters (1 required, 1 optional)
pathstringDropbox file path to fetch.
download_raw_filebooleanWhether to return the file in raw downloadable form instead of text.
False