We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
apogoreliy
7 years agoNew member | Level 2
dropbox python sdk
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 ...
apogoreliy
7 years agoNew member | Level 2
Thanks a lot for a reply!
The types of 'dst' and 'src' are strings.
'dst' value is '/tmp/backups/products.sql'
'src' value is '/test/products.sql'
the 'dropbox' library number version is 9.4.0
the 'requests' library number version is 2.22.0
Greg-DB
Dropbox Community Moderator
7 years agoThanks! Those variables types and values look fine.
I just tried this with those same versions of dropbox and requests though, and I didn't get that error.
Have you modified the dropbox or requests libraries at all, or do you have anything in your code that may be impacting the types? If you can share the minimal code needed to reproduce this, that would be helpful.
Also, what version of Python itself are you using?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!