DZone

Introduction

HUAWEI AppGallery Connect Cloud Storage provides maintenance-free cloud storage functions. Recently, the Cloud Storage Node.js SDK for server integration has been released. I’ve been using it for a while. You can also access the sample code on GitHub.

Configuring the Environment and Version Information

  • Version: cloudstorage-server”: “1.0.0”
  • Environment:Window-Node -v14.15.0,npm v6.14.8,Visual Studio Code
  • Test Device: PC
  • cloudstorage-server”: “1.0.0”
  • AppGallery Connect
  • SDK version: agconnect/cloudstorage-server”: “1.0.0”
  • SDK integration command: npm install — save @agconnect/cloudstorage-server

Enabling and Configuring Cloud Storage in AppGallery Connect

Currently, Cloud Storage is still in beta testing. To use the service, you’ll first need to send an application by email. For details, visit the following address here.

Source: DZone