I've copied the example code in SimpleTest and got access token working but expires after short time
I've just want very simple way to write and read files from my drop box programmatically. (and share the app with others on same drop box )
GetAccessToken works but it expires after short time expires
Is there way to set expiration date or refresh the token, I've tried for several hours
string[] scope = { "account_info.read", "files.content.read", "files.content.write" };
await client.RefreshAccessToken(scope); //didn't work
please send me C# code example not curl
thx