|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The share information. |
||
| share_id |
string |
The share ID. |
7JQX1FswpQ8 |
| share_pwd |
string |
The extraction code, which is 0 to 64 characters in length. A length of 0 indicates that no extraction code is set. |
abcF123x |
| drive_id |
string |
The drive ID. |
1 |
| file_id_list |
array |
The list of file IDs in the shared parent path. |
["520b217f13adf4fc24f2191991b1664ce045b393"] |
|
string |
["xx"] |
||
| expiration |
string |
The expiration time. The value is in RFC 3339 format, for example, "2020-06-28T11:33:00.000+08:00". An empty string ("") indicates that the share never expires. |
2020-06-28T11:33:00.000+08:00 |
| expired |
boolean |
Indicates whether the share has expired. |
false |
| created_at |
string |
The time when the share was created. |
2019-08-20T06:51:27.292Z |
| updated_at |
string |
The time when the share was last modified. |
2019-08-20T06:51:27.292Z |
| description |
string |
The description of the share. |
videos |
| share_name |
string |
The share name. By default, the name of the first file is used. |
video-1.MP4 |
| creator |
string |
The creator of the share. |
c9b7a5aa04d14ae3867fdc886fa01da4 |
| status |
string |
The status of the share. Valid values:
|
enabled |
| preview_count |
integer |
The number of times the share has been previewed. |
10 |
| save_count |
integer |
The number of times the share has been saved. |
2 |
| download_count |
integer |
The number of times the share has been downloaded. |
5 |
| report_count |
integer |
The number of times the share has been reported. |
0 |
| video_preview_count |
integer |
The number of times audio and video files in the share have been played. |
1 |
| access_count |
integer |
The number of times the share has been accessed. |
4 |
| disable_preview |
boolean |
Specifies whether to disable previewing of files in the share. |
false |
| disable_save |
boolean |
Specifies whether to disable saving of files in the share. |
false |
| disable_download |
boolean |
Specifies whether to disable downloading of files in the share. |
false |
| preview_limit |
integer |
The maximum number of times the share can be previewed. |
100 |
| save_limit |
integer |
The maximum number of times the share can be saved. |
100 |
| download_limit |
integer |
The maximum number of times the share can be downloaded. |
100 |
| share_all_files |
boolean |
Indicates whether all files in the drive are shared. |
true |
| save_download_limit |
integer |
The maximum total number of times the share can be saved and downloaded. |
100 |
| office_editable |
boolean |
Specifies whether online editing of shared documents is allowed. |
true |