I'm building MVC application and trying to refresh DropBox token using Chilkat library. https://www.example-code.com/csharp/dropbox_refresh_token.asp
When I'm trying this
Chilkat.JsonObject json = new Chilkat.JsonObject();
success = json.LoadFile("qa_data/tokens/dropbox.json");
I got an error:
ChilkatLog:
LoadFile:
ChilkatVersion: 9.5.0.93
loadFileX:
Failed to open file (3)
filePath: \\?\C:\Windows\SysWOW64\inetsrv\qa_data\tokens\dropbox.json
osErrorInfo: The system cannot find the path specified.
windowsError: 3
localWindowsFilePath: qa_data\tokens\dropbox.json
Failed to open for read.
--loadFileX