Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
mhnakhuda
5 years agoNew member | Level 2
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)
Hi everyone, I am getting the following error:
C:\Python36\Dartfish\Scripts\python.exe C:/Workspace/COC-Dartfish/Dartfish/Dropbox_Download.py SBL
Traceback (most recent call last):
File "C:\...
- 5 years ago
That shouldn't be the issue here. The files_download_to_file method does allow you to download files from shared folders. Also, the error you're getting indicates an issue establishing the secure TLS connection with the Dropbox API servers, which occurs before the Dropbox API itself validates the call or its parameters anyway.
mhnakhuda
5 years agoNew member | Level 2
It should say 3.6 instead of Python 3.
mhnakhuda
5 years agoNew member | Level 2
For context here's the code I am running
dbx = dropbox.Dropbox("MY TOKEN!!")
result = dbx.files_list_folder("", recursive=True)
while result.has_more:
result = dbx.files_list_folder_continue(result.cursor)
for entry in result.entries: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!