Hello,
I made a TEST database in my application > Storage service. How to delete it ?
Moreover, when I run :
storageService.insertJSONDocument("options", "plqyers", "{\"name\":\"Nick\"}");
I got the error :
{"app42Fault":{"httpErrorCode":400,"appErrorCode":2610,"message":"Bad Request","details":"The request parameters are invalid. Storage '[TEST]' already exists."}}
I can guess because I already created a database TEST. But why can't I make a new database in the same application ?
I am quite lost ...