Hi,
M having this problem
storageService.updateDocumentByKeyValue(dbName, collectionName, key, value, jsonDocUpdated ,new App42CallBack()
{ }
earlier i was updating the data using the same format as above, but now it says "5th argument incorrect", its not accepting jsonObject anymore, saying that it should be string.
Please help, my data is in jsonObject format only and previously it worked also