M. Sanaullah
M. Sanaullah
Open Dropbox/Dropbox.php Find: ` $response = $this->postToAPI('/files/search', $params);` Replace with: ` $response = $this->postToAPI('/files/search_v2', $params);`
Yes Do this: `$searchResults = $dropbox->search("/", $searchQuery, ['options'=>['max_results' => 1]]);`
same issue with bitdefender, detecting chrom files a virus.
> that may be, but the `$searchResponse->results` should still return an array of all the results for you. Is that array empty on your end? Post your code and the...