dropfolder_dropfolderfile:add | ||
---|---|---|
Description: | ||
Allows you to add a new KalturaDropFolderFile object |
||
Input Params | ||
name | type | Description |
dropFolderFile | KalturaDropFolderFile | |
Output Type | ||
type | ||
KalturaDropFolderFile | ||
Errors | ||
PROPERTY_VALIDATION_CANNOT_BE_NULL,The property "%s" cannot be NULL | ||
DROP_FOLDER_NOT_FOUND,Drop folder id [%s] not found | ||
DROP_FOLDER_FILE_ALREADY_EXISTS,Drop folder id [%s] already has a file with name [%s] | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=dropfolder_dropfolderfile&action=add POST fields: dropFolderFile:id dropFolderFile:partnerId dropFolderFile:dropFolderId dropFolderFile:fileName dropFolderFile:fileSize dropFolderFile:fileSizeLastSetAt dropFolderFile:status dropFolderFile:parsedSlug dropFolderFile:parsedFlavor dropFolderFile:errorCode dropFolderFile:errorDescription dropFolderFile:lastModificationTime dropFolderFile:createdAt dropFolderFile:updatedAt |