Function convertBase64ToFile

  • Creates a File object from base64-encoded data.

    Parameters

    • data: string

      The base64-encoded data for the file.

    • name: string

      The name of the file.

    • type: string

      The MIME type of the file.

    Returns SdkFile

    A File object that contains the file data and metadata.

Generated using TypeDoc