Need to Access Folder Using Personal User Connect using Server Auth Jwt For Accessing Folder and Files.
But Didnt find Authentication tab

Without this can we connect through App?
I have generated config but didnt work might be enterprise id =0;
Currently try to execute using this code.
string path = @"D:\Box\Personal\config.json";
var reader = System.IO.File.ReadAllText(path);
var config = BoxConfig.CreateFromJsonString(reader);
var jwtAuth = new BoxJWTAuth(config);
Is there any way to connect personal user with 3rd party api using Server Auth Jwt?
