We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
sweavo
5 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...
sweavo
Explorer | 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-DB
5 years agoDropbox Staff
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.
5,877 PostsLatest Activity: 2 hours agoIf 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 or Facebook.
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!