We’re aware of an issue causing slower load times on the Dropbox Community forum. It should be resolved soon. Thanks for your patience! 

Forum Discussion

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

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....

 

client = dropbox.Dropbox(DROPBOX_ACCESS_TOKEN)

file_list = client.files_list_folder(r'', recursive=True )

myfolders = [x.name for x in file_list.entries if 'size' not in dir(x)]

print(myfolders)

 

This script gave the same problem on both 'App folder' and 'Full Dropbox' as suggested on this thread: https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-can-t-see-new-files-in-APP-folder/td-p/352584

 

 

3 Replies

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with 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!