Skip to content

Commit

Permalink
chore(aliyundrive_share): increase the limit of the list api (#4588)
Browse files Browse the repository at this point in the history
  • Loading branch information
luneew authored Jun 17, 2023
1 parent 6cd8151 commit 378bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/aliyundrive_share/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (d *AliyundriveShare) getFiles(fileId string) ([]File, error) {
data := base.Json{
"image_thumbnail_process": "image/resize,w_160/format,jpeg",
"image_url_process": "image/resize,w_1920/format,jpeg",
"limit": 100,
"limit": 200,
"order_by": d.OrderBy,
"order_direction": d.OrderDirection,
"parent_file_id": fileId,
Expand Down

0 comments on commit 378bab3

Please sign in to comment.