Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

Stephen B.25's avatar
Stephen B.25
Collaborator | Level 9
2 years ago

linux command "dropbox status" attempts to start dropbox when it's already running

dropbox 178.4.4811 6.4.4-arch1-1   Dropbox is installed and syncing. Panel icon is active.   I want command line access to the status.  According to this page https://help.dropbox.com/installs/l...
  • Stephen B.25's avatar
    Stephen B.25
    2 years ago

    I have found a link to dropbox.py:  https://www.dropbox.com/download?dl=packages/dropbox.py

     

    This behaves like the `dropbox` command in the documentation.

     

    I could symlink it to 'dropbox' but to avoid conflicts I call it by its full name with extension.

     

    eg. `dropbox.py status` does what I'm looking for.