GDataDB
GDataDB copied to clipboard
Create database
Create database response return a title: untitled
Where do you see the title "untitled"? Can you share some code?
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"
Can you resolve the problem ?