Documentation

Login API

Login API Login API allow to generate an access token. The default validity of the token is one hour. Login POST /api​/v1​/login Request Body { "username": "string", "secretkey": "string" } Property Mandatory Description username yes User name secretkey yes secret key Response Success Code – 200 { "token": "string" } Error Response In order to […]

Login API Read More »

Share API

Share API The share API provides REST API to perform functions on shares such as adding, updating, deleting, etc. New Share POST /api/v1/share/add Creates a new Share. Request Body { "title": "string", "location": "string", "notifyEmails": "string", "path": "string", "description": "string", "startupMessage": "string", "authenticationId": 0, "canDelete": true, "canUpload": true, "canCreateFolder": true, "canDownload": true, "canDownloadFolder": true, "canView":

Share API Read More »

API Integration

API Integration An API acts as an interface that is essential for establishing communication helping to perform administrative tasks between an external system and NirvaShare. Using API service, external systems can communicate with NirvaShare for workflow automation with respect to administration. External Systems can use API to perform administrative tasks like create, edit or delete

API Integration Read More »

Generate API Access Token

Generate API Access Token API Access Token consists of an encrypted access key code that acts as an identifier when sent to an API server. It is a credential that allows an application to access an API in NirvaShare. API token can be generated both from the UI and also through the REST api. In

Generate API Access Token Read More »

Create API User

Create API User API user in NirvaShare is an admin privileged user and external systems can use the API users to perform administrative tasks using automation. External system can communicate with NirvaShare using the REST API for reasons related to workflow automation. In the below document, let us understand the procedure to create an API

Create API User Read More »

Installing WebDav Service

Installing WebDAV Service Starting from release 6.1 of NirvaShare, WebDAV feature is available with default installation of NirvaShare and no explicit installation is required . Users can access the Shares using any of the supported WebDAV client software and some are mentioned below. How to Use WinSCP with NirvaShare to share files using WebDAV How

Installing WebDav Service Read More »

Configuring WebDav Settings

Configuring WebDAV Settings Files/Folders from cloud storage can be shared with users using WebDAV protocol. By default, WebDAV service is installed in NirvaShare and same can be enabled or disabled for all shares at settings level. Enabling WebDav Login to Admin Console and click on Settings from the left menu and then on User Access. Edit

Configuring WebDav Settings Read More »