Can I access two different dropboxes from one computer?

5

1

We have a situation where a worker is using a Dropbox shared with many people in different companies to work on a collaborative project. She cannot figure out how to use our company's Dropbox now, to work on a different project. She needs access to both Dropboxes, at different times. We're using Windows 7. Thank you for any help.

DGol

Posted 2012-12-12T17:50:01.807

Reputation: 51

Question was closed 2017-05-10T04:45:48.743

Answers

2

The steps to setup two Dropbox accounts on the same machine are as follows:

  • Sign up, and setup dropbox for your business account
  • Create an Automator app and add: bash HOME=$HOME/Dropbox-personal /Applications/Dropbox.app/Contents/MacOS/Dropbox &
    • Where Dropbox-personal is the location of your personal Dropbox folder
  • Save the script into your personal dropbox folder (for future use)
  • OpenSystem Preferences > User Accounts, go to your login, and select Login Items
    • Add your application to the list of programs to launch at login

You can also change the app icons in your menu bar so that you can differentiate between the two accounts.

For more detailed instructions see the original post

ChecoSchnaider

Posted 2012-12-12T17:50:01.807

Reputation: 41

2

you can make use of the runas feature of windows.
for example you have 2 users on your windows, user1 and user2, user1 is the user you work with.
here's what you do.

1. login to user1, install dropbox
2. login to user2, install dropbox
3. back to user1, create a bat file with the following content: runas /user:user2 C:\Users\User2\AppData\Roaming\Dropbox\bin\Dropbox.exe
4. run dropbox on user1 as usual. then run this bat file, you'll be asked to type password of user2. then you have a second dropbox! 

David Dai

Posted 2012-12-12T17:50:01.807

Reputation: 2 833

1

johnshen64

Posted 2012-12-12T17:50:01.807

Reputation: 4 399