New shelf access methods
KYaIgor
released this
25 Nov 11:09
·
13 commits
to master
since this release
In this release, new methods have been added to work with the document shelf.
New Methods:
UploadFileToShelfV2(Async)
: A method for fully uploading a file to a shelf. The content size is limited to 512 KB. Returns the name of the uploaded file.UploadLargeFileToShelf(Async)
: A method for fully uploading a large file to a shelf. The content size is limited to 400 MB. Returns the name of the uploaded file.GetFileFromShelfV2(Async)
: A method for retrieving document content from the shelf by name. Returns an array of bytes