Function downloadFileFromExtension

  • Downloads a specific file from the extension matching either extension ID or extension name, identified by the file path within the imported extension.

    Parameters

    • id: string

      Extension identifier or its qextFilename.

    • filepath: string

      Path to the file location within the specified extension archive. Folders separated with forward slashes.

    • Optionaloptions: ApiCallOptions

    Returns Promise<DownloadFileFromExtensionHttpResponse>

    DownloadFileFromExtensionHttpError