We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more 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 & API
Make connections with other developers
795 PostsLatest Activity: 7 days 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!