I am working on .net console application to download dropbox documents
i was able to do that with the generated access token from the application configuration but it gets expires

i am following sample solution from github for OAuth dropbox-sdk-dotnet/Program.cs at b5dff871d353c46dcdf61f0319a10be4ed0b8c0c · dropbox/dropbox-sdk-dotnet (github.com)
after entering ClientID and Client Secret and clicking the approve on browser i was able to get access token

is there a way to get access token from C# without browser interaction as i need to schedule the file download .net console application without user interaction