drive icon indicating copy to clipboard operation
drive copied to clipboard

cannot resolve symbolic paths

Open j-hui opened this issue 8 years ago • 0 comments

I've set up symbolic links so that I can easily cd into directories nested deep in my Google Drive. However, running drive tells me no drive context found, because it traverses up my symbolic path and cannot find my drive init'd root directory.

At the moment, I'm getting around this with the following in my .bashrc:

function dr() {(
    cd -P .
    drive "$@"
)}

But it's kind of hacky. Would appreciate a better solution implemented within drive!

j-hui avatar Feb 15 '17 22:02 j-hui