Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
_shintaku_
3 years agoExplorer | Level 3
I can't access newly created folders via API
I am using Dropbox for Python (https://dropbox-sdk-python.readthedocs.io/en/latest/index.html). However, I realized that the script doesn't retrieve newly created folders. The script is like this.......
- 3 years ago
Hi _shintaku_,
Did you try to continue pagination using 'files_list_folder_continue'? 🧐 If not, give it a try. 😉
By the way.. 'if 'size' not in dir(x)' ..statement is not very stable. Better use 'type(x) is '...
Hope this helps.
Здравко
3 years agoLegendary | Level 20
Hi _shintaku_,
Did you try to continue pagination using 'files_list_folder_continue'? 🧐 If not, give it a try. 😉
By the way.. 'if 'size' not in dir(x)' ..statement is not very stable. Better use 'type(x) is '...
Hope this helps.
- _shintaku_3 years agoExplorer | Level 3
Thank you @Здравко, you solution solved it.
About Discuss Dropbox Developer and API
Explore Dropbox Developer & API discussions with developers like you.
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!