How to use node-red-node-dropbox without a browser?

Hello, Thanks for the posts

I read some posts about node-red-node-dropbox (mentioned below) and understood that access via oauth2 token would have to be done on the same machine that generates it.
Ex: If NodeRed (node-red-node-dropbox) is on VPS 'A', the oauth2 token would have to be generated in the browser of VPS 'A' instance to work.

I understood that if the user manipulated NodeRed (node-red-node-dropbox) on VPS 'A', but tried to create the token on their personal computer (notebook, PC...), it would not work.

If it is possible to manipulate NodeRed (node-red-node-dropbox) on VPS 'A', and create the token on my notebook to later insert it into node-red-node-dropbox) on VPS 'A', then that's great!

Question: Is there no way to avoid manually creating the oauth2 token by opening Dropbox through the browser?
I upload it to Dropbox via script, using the access token (old way), using the SDK-Dropbox JavaScript and just providing 'token' and 'account_id', without prior access via the browser.

Thank you for your attention