$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Google Drive on Debian Stretch 9 Linux Easy Guide

April 20, 2017 | By the+gnu+linux+evangelist.

Google Drive Client Debian 9 - Initial Setup

  1. Authenticate google-drive-ocamlfuse with your Google account
    By simply running:

    google-drive-ocamlfuse

    And then following the Instructions on Browser:
    Google Drive Client Debian 9 Installation Guide - Google Auth 1
    Google Drive Client Debian 9 Installation Guide - Google Auth 2

  2. Create a New Directory
    Where you want the Google Drive to be mounted:

    mkdir ~/gdrive

    This create a new gdrive directory in your home directory.

  3. Check if Tool is in the Path.

    which google-drive-ocamlfuse

    If not then:

    echo "export PATH=/home/[MYUSER]/.opam/system/bin:$PATH" >> ~/.bashrc

    Then to refresh the Path:

    bash