I have a file at /Commercial/Revenue Cycle/RC Tracker_Automated.xslx.
metadata = dropbox.client.files_download_to_file(path="/Commercial/Revenue Cycle/RC Tracker_Automated.xlsx", download_path=".")
This gives an error
raise ApiError(res.request_id,
dropbox.exceptions.ApiError: ApiError('f5b0b8df42f945bf966bbd840b5e9c67', DownloadError('path', LookupError('not_found', None)))
If I specify a path="" I do not get an error. If I specify any path, I get an error. Why?