I imported App42 3.1 js file, Then i have passed apiKey and securityKey After i initailized App42 and create recept Object's
App42.initialize(APIkey,SecurityKey)
var userService = new App42User();
userService.authenticate(userName,pwd,{})
var storageService = new App42Storage();
storageService.insertJSONDocument(dbName,collectionName,json,{})
storageService.updateDocumentByDocId(dbName,collectionName,value,json,{})
storageService.deleteDocumentById(dbName,collectionName,value,{})
i got above methods status canceled