We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

_shintaku_'s avatar
_shintaku_
Explorer | Level 3
3 years ago

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.......
  • Здравко's avatar
    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.