Fix
This commit is contained in:
parent
e6dfcd8f1f
commit
1fab175734
|
|
@ -293,7 +293,7 @@ public class API {
|
|||
JSONObject body = new JSONObject();
|
||||
body.put("file_id", fileId);
|
||||
body.put("share_id", auth.getShareId());
|
||||
body.put("expire_sec", 7200);
|
||||
body.put("expire_sec", 600);
|
||||
String json = API.get().auth("v2/file/get_share_link_download_url", body, true);
|
||||
String url = new JSONObject(json).optString("download_url");
|
||||
Map<String, List<String>> respHeaders = new HashMap<>();
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
4ba61a77c12a968853688f4005d3bfa6
|
||||
a8254c66a7166602df254825bfe78429
|
||||
|
|
|
|||
Loading…
Reference in New Issue