Can't run odrive zorin os

Hi @hcerbello,
The Google Drive account is showing up as a placeholder file (Google Drive.cloudf).

If you want to “expand” this folder (turn it from a placeholder to a real folder), use the sync command on it:
./odrive sync "[path to placeholder file here]"

This will allow you to browse into that folder and see what is inside. Keep in mind that everything will start as placeholder files. This allows you to pick and choose what you want to download.

If there is a particular folder you want to have completely expanded, so that every folder underneath is available you can use the sync command like this:
./odrive sync "[path to placeholder file or folder here]" --recursive --nodownload

If you want to expand AND download all files in the structure, you would remove the nodownload option:
./odrive sync "[path to placeholder file or folder here]" --recursive

The recursive download in this case is serial, but you can use some scripting tricks to facilitate multi-threaded download: