-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue about ConnectInstaller #17
Comments
Hi @dawei-medaitek, see my answers below -
|
Tracking the UI update for the HTTP strategy as described in (1) in #18. |
Hi @dwosk , I found what caused my issue, after read https://github.com/IBM/aspera-connect-sdk-js/blob/main/MIGRATION.md , My library version is NPM source v5.0.0-pre.1 , but the code method is v4 (reference the example codes) , now i change code to below, it works fine.
|
Ok great, glad the migration guide was able to clarify things. You can omit the empty objects when instantiating the classes to simplify things further: asperaUploadClient = new Connect();
asperaInstaller = new ConnectInstaller(); |
Dear Sir, hope you well , I have some questions,
when I check ConnectInstaller status through below code, asperaInstaller.showDownload() executed, but
The text was updated successfully, but these errors were encountered: