I am trying to enable users in my flask app to authorize my dropbox app so that I get an access token that I can store in the db. This access token will be used to push user files to a folder in their dropbox account. I would appreciate if someone could paste any relevant links because I have found the documentation very confusing (compared to the likes of Stripe) and lacking in quickstart examples. Thanks.