Fix limit
This commit is contained in:
parent
f53797467a
commit
288863ce80
|
|
@ -134,7 +134,7 @@ public class Ali {
|
||||||
private void listFiles(Item parent, LinkedHashMap<String, String> name2id, Map<String, List<String>> subMap, String shareId, String shareToken, String marker) throws Exception {
|
private void listFiles(Item parent, LinkedHashMap<String, String> name2id, Map<String, List<String>> subMap, String shareId, String shareToken, String marker) throws Exception {
|
||||||
JSONObject body = new JSONObject();
|
JSONObject body = new JSONObject();
|
||||||
List<Item> folders = new ArrayList<>();
|
List<Item> folders = new ArrayList<>();
|
||||||
body.put("limit", 1000);
|
body.put("limit", 200);
|
||||||
body.put("share_id", shareId);
|
body.put("share_id", shareId);
|
||||||
body.put("parent_file_id", parent.getFileId());
|
body.put("parent_file_id", parent.getFileId());
|
||||||
body.put("order_by", "name");
|
body.put("order_by", "name");
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
cc6114eb6329d36b474f86b7c4830ff8
|
2ea843631a94122807d0765131c5ccb5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue