GDataDB icon indicating copy to clipboard operation
GDataDB copied to clipboard

Create database

Open fabriciogd opened this issue 10 years ago • 3 comments

Create database response return a title: untitled

fabriciogd avatar Dec 08 '15 19:12 fabriciogd

Where do you see the title "untitled"? Can you share some code?

mausch avatar Dec 08 '15 21:12 mausch

When i call the method CreateDatabase of the DatabaseClient class with any name (example. "Test"), when i debug the code line 54

var jsonResponse = JsonConvert.DeserializeObject<Dictionary<string, object>>(response);

The propertie title from jsonResponse have value "untitled"

fabriciogd avatar Dec 09 '15 00:12 fabriciogd

Can you resolve the problem ?

fabriciogd avatar Dec 10 '15 10:12 fabriciogd