can not copy file by rapid_upload, so return 415
parent
08c12518a7
commit
c5e7cabe09
|
@ -320,6 +320,7 @@ class Aliyundrive {
|
||||||
return output(json_encode($this->files_format(json_decode($result['body'], true))), $result['stat']);
|
return output(json_encode($this->files_format(json_decode($result['body'], true))), $result['stat']);
|
||||||
}
|
}
|
||||||
public function Copy($file) {
|
public function Copy($file) {
|
||||||
|
return output('NO copy', 415);
|
||||||
if (!$file['id']) {
|
if (!$file['id']) {
|
||||||
$oldfile = $this->list_path($file['path'] . '/' . $file['name']);
|
$oldfile = $this->list_path($file['path'] . '/' . $file['name']);
|
||||||
//error_log1('res:' . json_encode($res));
|
//error_log1('res:' . json_encode($res));
|
||||||
|
|
Loading…
Reference in New Issue