Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface UploadVideoPartParams

    Parameters for uploading video part

    interface UploadVideoPartParams {
        content_md5: string;
        part_content?: File | Blob | Buffer<ArrayBufferLike>;
        part_seq: number;
        video_upload_id: string;
    }
    Index

    Properties

    content_md5: string

    MD5 of this part

    part_content?: File | Blob | Buffer<ArrayBufferLike>

    The content of this part of file. Part size should be exactly 4MB, except last part of file. Note: This is handled as multipart/form-data in the actual request

    part_seq: number

    Sequence of the current part, starts from 0

    video_upload_id: string

    The video_upload_id from init_video_upload response