Odrive Shows No options available & Won't open in top nav

This has been happening on and off over time. im not sure what’s causing it. Odrive seems to be stuck. Its not syncing and there are no options avaialbe.

When I try and open Odrive it does not open.

Im using a mac interface and have several google drive accounts linked am using a mac any fixes for this issue?

Hi @alfredwidmann,
Is odrive running but you cannot open the odrive menu, or is odrive not running at all?

If it is running, it can help to run a couple CLI status commands, which can give a clear listing of what is syncing, waiting, not allowed, and in the trash.

To use the CLI commands from Mac:

  1. Open a terminal session (type “terminal” in Spotlight search):

  2. Copy and paste the following command into the terminal and hit enter:
    python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py status

This will return a summary of odrive status. To get more detailed you can add parameters to the status command like this:
python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py status --uploads
python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py status --downloads
python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py status --waiting
python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py status --trash
python $(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odrive.py status --not_allowed: