Can someone help me solve my issue. I have a Dropbox Python SDK script, and this script will grab the shared files from Dropbox.
My issue here is that when I run my script it will grab some files only, not all. What I want is to grab all the containing files inside the shared folders.
Please take a look to this diagram for better understading;
my_folder
folder_1
image_1.jpg
image_2.jpg
description_1.text
folder_2
image_1.jpg
image_2.jpg
description_2.text
What I want is to grab all the containing files each folders. The second folder I got an error that shows this InternalServerError('f9d084c6ef28494184806d23a1a0c349', 500, '').
I wonder why this is not working. Is this about permission to each folders?
I hoping someone can take me out this problem. Thanks in advance!