diff --git a/make.php b/make.php index fed4cd8..d182757 100755 --- a/make.php +++ b/make.php @@ -2,11 +2,11 @@ api->listFolder($bucket, $directoryPath, 20, 'eListBoth', 0, $context); + $result = $this->api->listFolder($bucket, $directoryPath, 199, 'eListBoth', 0, $context); if ($result['code'] !== 0) { return $this->returnResult($result); }