How to implement DropboxOAuth2Flow in node.js?

201 Views Asked by At

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

1

There are 1 best solutions below

0
Greg On BEST ANSWER

You can find an example of using the OAuth flow in Node via the official Dropbox API v2 JavaScript SDK here:

https://github.com/dropbox/dropbox-sdk-js/blob/main/examples/javascript/simple-backend/code_flow_example.js