dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.04k stars 102 forks source link

How to handle multiple accounts? #168

Open bluenote10 opened 3 years ago

bluenote10 commented 3 years ago

I use multiple Dropbox accounts for different purposes. How does the OAuth authenciation decide which of my accounts it is authorizing against? Or how can I control which one is used?

WillFantom commented 3 years ago

I know this isn't too helpful given the activity on this repo from Dropbox seems pretty minimal... But I added a PR (#165) that would allow for multiple user accounts to be defined in the configuration file and selected via a --profile <> flag...