Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
cherry1
10 years agoExplorer | Level 4
Android Core API .search() returns empty list
For some reason, the following code has stopped working as it used to. The .search() method now returns an empty list. This code has been working without any problems and alterations for months, serving hundreds of users. The file "myfile.txt" is always present inside the folder, but the .search() method cannot find it anymore. Is this due to API v1 Core API deprecation? It should continue to work until 6/28/2017. How can I solve this? Thank you!
List<Entry> searchforDatabaseResults = new ArrayList<Entry>(); searchforDatabaseResults = mApi.search("/", "myfile.txt", 0, false); if (searchforDatabaseResults.size()!= 0) { //... }
- This should be fixed now. Let us know if you're still seeing any issues.
5 Replies
Replies have been turned off for this discussion
- Greg-DB10 years ago
Dropbox Community Moderator
[Cross-linking for reference: https://www.dropboxforum.com/t5/API-support/Android-Core-API-search-returns-empty-list/m-p/196715#M9024 ]
Thanks for the report! This is a known issue, and not due to the deprecation. We're looking into it.
- cherry110 years agoExplorer | Level 4
Please, fix this. I'm receiving a lot of complaints because this function is very important. Thank you!
- Greg-DB10 years ago
Dropbox Community Moderator
We're working on a fix. I'll follow up here once it's out. - Greg-DB9 years ago
Dropbox Community Moderator
This should be fixed now. Let us know if you're still seeing any issues. - l p.79 years agoExplorer | Level 3
About Dropbox API Support & Feedback
Find help with the Dropbox API from 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!