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
Henry Jia
2 years agoExplorer | Level 3
Search shared folder suddenly doesn't work
I have a Team Account and have a shared folder "/for ut (1)" form other account.
I have been using the following API to search .csv files under "/for ut (1)" until today 2023-02-1 it suddenly returned empty, has the Dropbox API been updated recently and what can I do to complete the search? I'm sure my share link is working.
{
url: 'https://api.dropboxapi.com/2/files/search_v2',
config: {
headers: {
Authorization: 'Bearer XXX',
'Content-Type': 'application/json'
},
method: 'POST'
},
postData: '{"query":"csv","options":{"file_extensions":["csv"],"path":"/for ut (1)","filename_only":true}}'
}
response:
{
"has_more": false,
"matches": []
}
- Greg-DBDropbox Staff
Thanks for the report! We'll look into it and I'll follow up here once I have an update for you.
- Greg-DBDropbox Staff
Thanks for reporting this issue. This issue is now fixed and should be working properly.
Apologies for any inconvenience this may have caused, and thanks again for bringing this to our attention.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,883 PostsLatest Activity: 14 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!