I have this piece of code.
$str1 = $test."\\".$actualfilename;
$str2 = $finalPath."\\".$folder."\\".$subfolder;
$source = mb_convert_encoding($str1, "UTF-8");
echo "<br/>". $source;
$dest = mb_convert_encoding($str2, "UTF-8");
echo "<br/>" .$dest;
$client->move($source,$dest);
Want to move file but getting this error:
Fatal error: Uncaught exception 'InvalidArgumentException' with message ''fromPath': bad path: must start with "/": "C:\\Dropbox\\Salesforce Documents\\Opportunities\\UR-000001\\123432.pdf.txt"' in D:\xampp\htdocs\dropboxapi\vendor\dropbox\dropbox-sdk\lib\Dropbox\Path.php:169