Google-drive-ocamlfuse: Shared with me content

Created on 26 Mar 2017  路  8Comments  路  Source: astrada/google-drive-ocamlfuse

Hi,

How do I make the files & dirs from 'shared with me' appear in my mount? If it's not supported at the moment, is it something that would be complicated to implement?

question

Most helpful comment

From the web interface, there is an "Add to My Drive" button (in "Shared with me" section, or in the context menu). Otherwise, you can set shared_with_me=true in the config file to have read-only access to all your "Shared with me" files under ./.shared.

All 8 comments

From the web interface, there is an "Add to My Drive" button (in "Shared with me" section, or in the context menu). Otherwise, you can set shared_with_me=true in the config file to have read-only access to all your "Shared with me" files under ./.shared.

Hi, when I used the method <"Add to My Drive" button> through the drive GUI, I could add a shortcut to the Google Drive, but when I enter the share directory it shows Input/Output error. Also the prorperties of the directory is ???

In this case I was trying to add a folder names Transfer.

Below the output.

ubuntu@localhost:~/menes.gdrive$ls -la|grep Transfer
ls: cannot access 'Transfer': Input/output error
?????????? ? ? ? ? ? Transfer
ubuntu@localhost:~/menes.gdrive$

Which version are you using?

Which version are you using?

google-drive-ocamlfuse, version 0.7.22
Copyright (C) 2012-2020 Alessandro Strada
License MIT

This is a ARM64 system. I am running on my Pine64, running ubuntu

Can you please remount with -debug and after you get the error, send the log files to my email ([email protected])? Thanks!

Same issue here.

Otherwise, you can set shared_with_me=true in the config file to have read-only access to all your "Shared with me" files under ./.shared.

The config file is rewritten when google-drive-ocamlfuse is called.
How do you avoid config to be written over?
doing:
google-drive-ocamlfuse -cc
before to clear cache, does not help.
Should the file state be deleted and keep config before calling google-drive-ocamlfuse?
Update: no, that does not help either.

Nevermind, I see that there is Team Drive configuration, which is what I need. I will follow those instructions.
Update: and that works fine. Thank you!

Now the shared_with_me option is on by default (and it's been removed from the config file).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Stadtschreck picture Stadtschreck  路  3Comments

mouzzampk2014 picture mouzzampk2014  路  4Comments

dmusican picture dmusican  路  4Comments

smartm0use picture smartm0use  路  4Comments

xxx31fr picture xxx31fr  路  3Comments