Library Item Downloadsession File APIs
The File service provides operations for accessing files within a download session. After a download session is created against a library item, the File service can be used to retrieve all downloadable content within the library item. Since the content may not be available immediately in a downloadable form on the server side, the client will have to prepare the file and wait for the file status to become PREPARED.
See DownloadSession.
Operations
get
List Item Downloadsession File
Lists the information of all the files in the library item associated with the download session. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
Lists the information of all the files in the library item associated with the download session. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
post
Prepare Item Downloadsession File
Requests a file to be prepared for download. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
Requests a file to be prepared for download. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
get
Get Item Downloadsession File
Retrieves file download information for a specific file. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
Retrieves file download information for a specific file. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.