标签: php api dropbox
如何在php中创建文件夹,然后从服务器移动文件。我已经在下面显示的变量中保存了路径,并在PHP中使用了Dropbox API。
$newsortPath = $sortedPath."/"."UR-".$output."/".$subfolder; $client->CreateFolder($newsortPath); $client->move($source,$newsortPath."/".$filename);