Could anyone help me please?
I have a few lines of code in Python:
from dropbox import Dropbox
dbx = Dropbox(<my_access_token>)
dbx.files_download_to_file(dst, src)
During executing this code an error is raising up:
http_resp: expected requests.models.Response, got <class 'requests.models.Response'>
And i do not know what to do with this exeption.