Example of IBM Cloud File Provider in Javascript File Manager Control

/
/
IBM Cloud File Provider

This sample demonstrates how to use the IBM Cloud Object Storage file provider with the File Manager control. The IBM Cloud Object Storage file provider module provides support for working with the IBM Cloud Object Storage and enables various file actions such as creating a new folder, renaming files, and deleting files. The ej2-filemanager-ibm-cos-node-file-provider is an NPM package for file provider which is available in npmjs, refer to this link to download the package.

More Details...

Description

This file provider serves as a source for the File Manager control when using the IBM Cloud Object Storage. To run the service, create an IBM Cloud Object Storage for accessing and storing the cloud objects as files or folders. Create an IBM Cloud account and Cloud Object Storage bucket to perform file operations. Then, define the server credentials details such as bucketname, endpoint, apiKeyId, and serviceInstanceId within the config/default.json file found in the config folder. Checkout this IBM Cloud Object Storage file provider from the GitHub repository. Note: File Manager’s upload functionality is restricted in online demos for security reasons. To work with upload functionality, please download IBM Cloud Object Storage file provider from the GitHub repository.