Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 783 Bytes

ChunkedUploadRequest.md

File metadata and controls

11 lines (7 loc) · 783 Bytes

ChunkedUploadRequest

Properties

Name Type Description Notes
chunkedUploadId String The id of the chunked upload. Note: This property is ignored in requests, and overridden with an auto-generated value in responses. [optional]
data String A Base64-encoded representation of the content hat is used to upload the file. Maximum size: 50 MB. However, data is also subject to REST API limits regarding request sizes, and Internet Information Systems (IIS) might place further constraints on file size. [optional]

[Back to Model list] [Back to API list] [Back to README]