Extensions not loading in OS X Sierra

Take a look at this thread here. It is about Agent, but the CLI is the same for the desktop as it is for Agent, so the same commands can be used:

An example of a simple recursive download command would be something like this:

exec 6>&1;output="go"; while [ "$output" ]; do output=$(find "$HOME/path to Itunes Library here" -name "*.cloud*" -exec python "$(ls -d "$HOME/.odrive/bin/"* | tail -1)/odrive.py" sync "{}" \;|tee /dev/fd/6); done