Google Drive 选项不会显示在我的文件管理器中

Google Drive 选项不会显示在我的文件管理器中

我关注了教程,这样我就可以直接从我的文件管理器 (Nautilus) 使用 Google Drive,但按照教程步骤 3

步骤 3:在 Ubuntu 文件管理器中安装 Google Drive
打开您的 Ubuntu 文件管理器,您将能够在左侧面板中看到您的 Google 帐户,如下所示:

我在文件管理器中看不到我的电子邮件/Gmail ID

它看起来像这样:

我尝试在+ Other Locations标签中查看,但我在那里也看不到我的电子邮件/Gmail!它看起来像这样:


我的系统详细信息:

编辑:

关注后sancho.s 恢复MonicaCellio的答案

gio: google-drive://<your gmail user>@gmail.com/: Location is not mountable当我执行此命令时出现此错误:

gio mount google-drive://<your gmail user>@gmail.com/

<your gmail user>我的 Gmail 用户名在哪里

命令的输出gio mount -l

Drive(0): TOSHIBA DT01ACA100
  Type: GProxyDrive (GProxyVolumeMonitorUDisks2)
  Volume(0): Windows
    Type: GProxyVolume (GProxyVolumeMonitorUDisks2)
Drive(1): hp PLDS DVDRW  DU8AESH
  Type: GProxyDrive (GProxyVolumeMonitorUDisks2)
Drive(2): Generic- SD/MMC/MS PRO
  Type: GProxyDrive (GProxyVolumeMonitorUDisks2)

命令输出dpkg -l | grep gvfs

ii  gvfs:amd64                                    1.44.1-1ubuntu1                                  amd64        userspace virtual filesystem - GIO module
ii  gvfs-bin                                      1.44.1-1ubuntu1                                  amd64        userspace virtual filesystem - deprecated command-line tools
ii  gvfs-common                                   1.44.1-1ubuntu1                                  all          userspace virtual filesystem - common data files
ii  gvfs-daemons                                  1.44.1-1ubuntu1                                  amd64        userspace virtual filesystem - servers
ii  gvfs-fuse                                     1.44.1-1ubuntu1                                  amd64        userspace virtual filesystem - fuse server
ii  gvfs-libs:amd64                               1.44.1-1ubuntu1                                  amd64        userspace virtual filesystem - private libraries

答案1

您可以使用以下方式挂载远程位置gio

$ gio mount google-drive://<your gmail user>@gmail.com/

请报告您在安装时和在 Nautilus 中得到的结果(确保您使用的文件管理器是 Nautilus!)。

同时发布输出

$ gio mount -l

到目前为止,我还不知道它没有显示的原因。
编辑:您可能丢失了包裹gvfs-backends

答案2

打开设置,进入“在线帐户”,检查是否可以在那里看到您的 Google 帐户。如果没有,那么您可能需要再次登录。 确保“文件”选项已开启。

可能,您将能够在文件资源管理器中看到您的帐户。

相关内容