You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Luan09
3 years agoExplorer | Level 4
Not show folder created by another app when using API: api.dropboxapi.com/2/files/list_folder
Hi every one ! When using API: api.dropboxapi.com/2/files/list_folder with recursive = true, I can't access to folder created by another app (ex: drawio-diagrams), but recursive = false, it's work.
And now, for a simple way, I won't show the folder created by another app. Can somebody help me this case.
Thanks !
- Greg-DBDropbox Staff
There are a few reasons you may not be seeing everything. First, note that if your own app is registered for the "app folder" access type, it will only be able to access the contents of its own app folder, and won't be able to see the app folders of other apps. It's not possible to change the access type on an existing app, so if necessary, you can register another here.
Second, note that you aren't guaranteed to get all of the results back from a single call to /2/files/list_folder. You'll need to check if the returned has_more is true, and call back to /2/files/list_folder/continue with the returned cursor (and repeat with the /2/files/list_folder/continue response as well) to retrieve more entries.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 6 hours 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!