In the Dropbox markdown webhook example, they used the DropboxOAuth2Flow
from the Python SDK to link a Dropbox account to the Webhook app. I want to implement the same thing in Node.js and I couldn't find any thing similar in their JavaScript SDK documentation.
Thanks