Announcement

Collapse
No announcement yet.

Google Drive

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GKNByNW
    replied
    Originally posted by GreyGeek View Post
    Works slick! And relatively fast, too! Thanks!
    I'm glad you find it useful Perhaps it's just my systems but I've always found it to be a little slow/laggy, but for me that's a small price to pay for having my GDrive integrated with my desktop and command line.

    Leave a comment:


  • GreyGeek
    replied
    Works slick! And relatively fast, too! Thanks!

    Leave a comment:


  • GreyGeek
    replied
    Since grive doesn't work for me I'll have to give your solution a try.

    Leave a comment:


  • GKNByNW
    replied

    Click on pic for full-size. Sorry for external link but I couldn't figure out how to use the KF pic uploader :P

    Anyway, this is what my GDrive main folder looks like as shown using the ocamlfuse extension. It appears to be just another folder on my directory tree. I can copy/paste/edit/delete anything here in the exact same manner as I could with any local folders. To answer your question about uploading from another device, if I upload something to my GDrive from somewhere else (i.e. cellphone, a different PC, etc.) it will automatically show up the next time I access my designated GDrive folder.
    Last edited by GKNByNW; Aug 19, 2015, 09:31 PM.

    Leave a comment:


  • GKNByNW
    replied
    Originally posted by GreyGeek View Post
    So, if I drop a file into googledrive it will automatically upload to the cloud? And, if I upload from another device that file will download to googledrive automatically?
    Yes, if you drop a file or folder into your ~/googledrive (or whatever folder you have designated for ocamlfuse) it will automatically upload to your GDrive. As far as downloading to that folder, it doesn't download TO your PC unless/until you access it. In other words, think of ocamlfuse as a visual representation of what is on your GDrive. For example, if I have a .odt document on my GDrive and I double-click it, it will open locally in OpenOffice. When I am done editing and go to save the file, it will seamlessly save to my GDrive folder.

    Leave a comment:


  • GreyGeek
    replied
    So, if I drop a file into googledrive it will automatically upload to the cloud? And, if I upload from another device that file will download to googledrive automatically?

    Leave a comment:


  • GKNByNW
    replied
    I use and enjoy google-drive-ocamlfuse. It's not particularly fast (it seems to be slower than using Google Drive in a browser) but I like the fact that it integrates seamlessly with your regular folders. Under 14.04, enter the following commands:

    Code:
    sudo apt-add-repository ppa:alessandro-strada/ppa
    sudo apt-get update
    sudo apt-get install google-drive-ocamlfuse
    After it has installed you need to run:

    Code:
    google-drive-ocamlfuse
    which opens your default browser where you need to authorize your Google account to access ocamlfuse. After that, make a folder anywhere you want (I use ~/googledrive but that's totally subjective) and issue the following:

    Code:
    google-drive-ocamlfuse ~/googledrive
    and then you can access your GDrive from the command line or from Dolphin just as if it were a folder on your local HDD.

    EDIT: After a reboot you will need to issue the "google-drive-ocamlfuse ~/googledrive" in order to access your GDrive, so if you use GDrive a lot you may want to add that command to your startup.
    Last edited by GKNByNW; Aug 19, 2015, 08:34 PM. Reason: Addt'l info

    Leave a comment:


  • GreyGeek
    replied
    Thanks, oshunluvr, I switched my iPhone from iCloud to GDrive and use Chrome to access it.
    https://drive.google.com/drive/my-drive

    Having this app will make it easier.

    EDIT:
    Opps!
    The following packages have unmet dependencies: grive-tools : Depends: grive (>= 0.3) but 0.2.0-1.1 is to be installed
    E: Unable to correct problems, you have held broken packages.
    Wrong grive in the repository.

    EDIT-EDIT:
    I downgraded to the 0.2~ version and it installed. When I ran it system monitor showed 3 -10% activity but nothing was actually happening. The command froze on "Reading local Directories".
    So I deleted it.
    Last edited by GreyGeek; Aug 19, 2015, 08:43 PM.

    Leave a comment:


  • oshunluvr
    replied
    Resurrecting my own old thread...

    This works great for Google Drive access: http://www.linuxtechi.com/mount-google-drive-in-ubuntu/

    Leave a comment:


  • perspectoff
    replied
    Originally posted by oshunluvr View Post
    In case anybody is interested: Google Drive has a linux CLI sync program called "grive" that manually syncs any folder you choose with your G-Drive. I thought about setting up auto-syncing using inotify, but opted for manual syncing instead.

    I like servicemenus (those right-click options) but I wanted the option to be only available in the synced folder. I did this by creating a custom .directory (Thanks kubicle!) in the synced folder and added this text to it:


    Code:
    [Desktop Entry]
    X-KDE-ServiceTypes=KonqPopupMenu/Plugin,inode/directory
    Type=Service
    MimeType=inode/directory;
    Actions=gsync;
    
    [Desktop Action gsync]
    Name=Sync with Google Drive
    Icon=sync-client-updating
    Exec=grive -p ~/Downloads/grive
    Now when I right-click on the dolphin pane in the synced folder I see this:
    Like it!

    Of course, it took me a few minutes to figure out how to install grive:

    From (K)Ubuntuguide ( http://ubuntuguide.org/wiki/Template...oud_storage.29 ) :

    Google Drive ( https://drive.google.com/ ) is a free but proprietary online remote hosting service for private files (similar to the free open-source alternative SparkleShare). Be careful of any storage solution not under your complete control (especially proprietary solutions); they are insecure and should be used for temporary storage of non-critical files only (as an alternative to sending files by email).

    * Grive ( http://www.lbreda.com/grive ) is a free, open-source command-line API for Linux systems to interface with Google Drive.

    :* Download and install a 32-bit or 64-bit .deb package from http://www.ubuntuupdates.org/package...ain/base/grive .

    :* Alternatively, a method for installation from a private PPA repository ( https://launchpad.net/~nilarimogard/+archive/webupd8 ) is also provided by WebUpd8 ( http://www.webupd8.org/2012/05/grive...ve-client.html ).

    Leave a comment:


  • oshunluvr
    replied
    Yeah, the default folder it wants you to use is also "grive." I think "grieve" is the actual correct spelling, LOL. Clearly, the marketing group was not made up of actual marketing types.

    Leave a comment:


  • SteveRiley
    replied
    "Grive"? LOL.

    Leave a comment:


  • gjringo
    replied
    For an easy setup, install and desktop integration of grive on Unity, Gnome, KDE, Xfce, Cinnamon and LXDE see

    http://www.thefanclub.co.za/how-to/u...nd-grive-tools

    I installed grive initially from synaptic but neglected to create a folder in my home directory, so when i first activated grive it began uploading/ syncing my home folder.

    Of course I closed the terminal and deleted the unwanted files online that had uploaded ,then installed Grive Tools via ppa repository and now have an updated grive with
    Google Drive folder and a Google Drive Indicator in the system tray


    Leave a comment:


  • richb
    replied
    Originally posted by oshunluvr View Post
    https://www.insynchq.com/pricing



    Free of cost for fifteen days according to their website.
    I first installed as a beta. I have been using it a long time, so may have eventually paid for it, and just forgot. Thanks for clarifying.

    Leave a comment:


  • oshunluvr
    replied
    https://www.insynchq.com/pricing



    Free of cost for fifteen days according to their website.

    Leave a comment:

Users Viewing This Topic

Collapse

There are 0 users viewing this topic.

Working...
X