Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello,
I am using dropbox camle component and I am doing a search peration. Documentation states that if query param is not set all the files of the defined directory (remotePath) will be returned.
But using the following uri I get no results for a directory that contains 3 subfolders
"dropbox://search?accessToken="+ accessToken+"&remotePath=/target&query="
[Cross-linking for reference: https://stackoverflow.com/questions/60007404/camel-dropbox-component-search-query-to-return-all-file... ]
It sounds like you're using a Camel component made by a third party. As that's not made by Dropbox, I can't offer help with it.
On the Dropbox API itself, the search endpoints don't support supplying an empty 'query' in order to list all files, so I can't say what the Camel component is supposed to work in that case.
On the Dropbox API, if you wanted to list all files, you would need to call /2/files/list_folder[/continue] with a path of "" and recursive:true.
Hi there!
If you need more help you can view your support options (expected response time for a 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!