Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
sweavo
6 years agoExplorer | Level 4
python3 and API V2: turn off certificate checking?
I'm using python3 and used pip install dropbox. On my home machine, I use the sample with dbx.users_get_curent_account() and it works fine. On the work VPN, I get a stream of exceptions (past...
Greg-DB
Dropbox Community Moderator
6 years agoI don't believe the Dropbox Python SDK offers such an option, but I either way I would strongly recommend against disabling certificate checking anyway.
- sweavo6 years agoExplorer | Level 4
Alternatively, getting to add a trusted root certificate would work too. requests can do this, and requests is used under the hood, I'm looking for a way to set up requests under the dropbox module.
- Greg-DB6 years ago
Dropbox Community Moderator
The Dropbox Python SDK does use the requests library. You can find where it's imported and used here and here. The trusted certificates are loaded from this file at this point in the code. You could potentially modify that file or code, though I should reiterate again that as a matter of security we do not recommend doing so.
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!