mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
Translated:20140902 Mount Google drive in Ubuntu 14.04 LTS.md
This commit is contained in:
parent
5f6a932fc9
commit
1f1baee055
@ -1,62 +0,0 @@
|
||||
Translating by GOLinux ...
|
||||
Mount Google drive in Ubuntu 14.04 LTS
|
||||
================================================================================
|
||||
Google has not released its **official linux client** for accessing its drive from the ubuntu. But open source community has developed unofficial package called '**grive-tools**'.
|
||||
|
||||
Grive is a Google Drive (**online storage service**) client for GNU/Linux systems.It allows the **synchronization** of all your files on the cloud with a directory of your choice and the upload of new files to Google Drive.
|
||||
|
||||
### Installation Steps of grive-tools ###
|
||||
|
||||
Step:1 Add grive-tools PPA using below Command :
|
||||
|
||||
# sudo add-apt-repository ppa:thefanclub/grive-tools
|
||||
|
||||
Step:2 Update the list
|
||||
|
||||
#sudo apt-get update
|
||||
|
||||
Step:3 Install grive-tools
|
||||
|
||||
# sudo apt-get install grive-tools
|
||||
|
||||
### Steps to Access Google Drive ###
|
||||
|
||||
**Step:1** Once the installation is completed , search the application on the **Unity Dash** by typing **Grive**, and open it.
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/access-grive-setup.png)
|
||||
|
||||
**Step:2** Sign in to google drive , you will be asked to give the permissions to access google drive
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/gdrive.png)
|
||||
|
||||
When we click on **Next**, a new broswer will open with **Google login page**
|
||||
|
||||
Log in to your Google Account and Click on **Accept** , as shown below :
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/thrid-party-grive.png)
|
||||
|
||||
**Step:3** You will be provided a **google code** , copy this code and paste it into the **Grive Setup box**.
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/gdrive-code.png)
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/code-in-grive.png)
|
||||
|
||||
When we Click on Next , it will start syncing your google drive with ' **Google Drive**' folder under your's **home directory**. Below window will appear when the installation is completed.
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/grive-installation-completed.png)
|
||||
|
||||
Google Drive folder created under **user's home directory**
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/google-drive-folder.png)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.linuxtechi.com/mount-google-drive-in-ubuntu/
|
||||
|
||||
作者:[Pradeep Kumar ][a]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:http://www.linuxtechi.com/author/pradeep/
|
@ -0,0 +1,61 @@
|
||||
Google drive和Ubuntu 14.04 LTS的胶合
|
||||
================================================================================
|
||||
Google尚未发布其**官方Linux客户端**,以用于从Ubuntu访问其drive。然开源社区却业已开发完毕非官方之软件包‘**grive-tools**’。
|
||||
|
||||
Grive乃是Google Drive(**在线存储服务**)的GNU/Linux系统客户端,允许你**同步**所选目录到云端,以及上传新文件到Google Drive。
|
||||
|
||||
### grive-tools安装步骤 ###
|
||||
|
||||
步骤:1 使用下列命令添加grive-tools PPA:
|
||||
|
||||
# sudo add-apt-repository ppa:thefanclub/grive-tools
|
||||
|
||||
步骤:2 更新列表
|
||||
|
||||
#sudo apt-get update
|
||||
|
||||
步骤:3 安装grive-tools
|
||||
|
||||
# sudo apt-get install grive-tools
|
||||
|
||||
### 访问Google Drive的步骤 ###
|
||||
|
||||
**步骤:1** 安装完了,通过输入**Grive**在**Unity Dash**搜索应用,并打开之。
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/access-grive-setup.png)
|
||||
|
||||
**步骤:2** 登入google drive,你将被问及访问google drive的权限。
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/gdrive.png)
|
||||
|
||||
点击**下一步**时,新的浏览器中讲打开**Google登录页**
|
||||
|
||||
登入你的Google帐号,并点击**接受**,如下所示:
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/thrid-party-grive.png)
|
||||
|
||||
**步骤:3** 下面将提供给你一个 **google代码**,复制并粘贴到**Grive设置框**内。
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/gdrive-code.png)
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/code-in-grive.png)
|
||||
|
||||
点击下一步后,将会开始同步google drive到你**家目录**下的‘**Google Drive**’文件夹。完成后,将出现如下窗口。
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/grive-installation-completed.png)
|
||||
|
||||
Google Drive folder created under **user's home directory**
|
||||
|
||||
![](http://www.linuxtechi.com/wp-content/uploads/2014/09/google-drive-folder.png)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.linuxtechi.com/mount-google-drive-in-ubuntu/
|
||||
|
||||
作者:[Pradeep Kumar ][a]
|
||||
译者:[GOLinux](https://github.com/GOLinux)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:http://www.linuxtechi.com/author/pradeep/
|
Loading…
Reference in New Issue
Block a user