Getting my File Manager to link to my Google Drive

There is actually a way to do this.

  1. Run these commands:

    sudo add-apt-repository ppa:alessandro-strada/ppa   
    sudo apt-get update  
    sudo apt-get install google-drive-ocamlfuse  
    
  2. Configure the program by running google-drive-ocamlfuse.
  3. Make a mount point in your home directory, called "gdrive": mkdir ~/gdrive.
  4. Mount Drive: google-drive-ocamlfuse ~/gdrive.

Source:
http://www.webupd8.org/2013/09/mount-google-drive-in-linux-with-google.html