Hi guys,
my app is trying to support the old drobox and the new under then same client .
after getting the auth tokens we are creating a
new DropboxTeamClient(request.AccessToken);
then when we want to call the new client we use this
var account = await client.AsMember(request.AsMember).Users.GetCurrentAccountAsync();
var spaceclient = client.AsMember(request.AsMember).WithPathRoot(new PathRoot.Root(account.RootInfo.RootNamespaceId));
no you told me before that the refresh token for the .NET SDK is refreshing the toke automatically.
but after few hours i got an exception that my token is expired.
can you help me understand what do I need to do?
i will say that while i am using specific client i am using in during all the process ?