Function UploadTemp

  • Uploads a temp file. This will return a temp file ID.

    Parameters

    Returns Promise<{
        tempFileId: string;
    }>

Generated using TypeDoc