VPS挂载谷歌无限网盘指南 附2021年申请方法
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

今天来说一说如何申请谷歌团队盘,并且把团队盘挂载到你的VPS上,挂载后可以安装离线下载,影音库等等。下面就让全球主机测评小编来带大家了解一下吧。
简介虽然谷歌盘对网盘进行一系列的搬运限制,但是无限容量的谷歌盘还是对个人来说有很大的作用,只要不滥用还是可以长期使用的。
我们首先看一下如何挂载谷歌网盘。
首先在vps上安装x***
一、申请无限空间谷歌团队盘2021年谷歌团队盘申请网址
关注微信公众号后台回复关键字“谷歌团队盘”获取
二、Rclone挂载谷歌团队盘rclone官方网站:
公众号后台回复关键字“谷歌团队盘”获取
centos系统为例
必要升级
复制 yum update && yum upgrade安装命令
复制curl https://rclone.org/install.sh | sudo bash配置rclone
复制 rclone config开始配置
复制n) New remote s) Set configuration password q) Quit config n/s/q> n #输入n回车,新建配置 name> gd #新建配置的名称,随意填写,后面会用到 Type of storage to configure. Enter a string value. Press Enter for the default (""). Choose a number from below, or type in your own value 1 / 1Fichier "fichier" 2 / Alias for an existing remote "alias" 3 / Amazon Drive "amazon cloud drive" 4 / Amazon S3 Compliant Storage Provider (AWS, Alibaba, Ceph, Digital Ocean, Dreamhost, IBM COS, Minio, etc) "s3" 5 / Backblaze B2 "b2" 6 / Box "box" 7 / Cache a remote "cache" 8 / Dropbox "dropbox" 9 / Encrypt/Decrypt a remote "crypt" 10 / FTP Connection "ftp" 11 / Google Cloud Storage (this is not Google Drive) "google cloud storage" 12 / Google Drive "drive" 13 / Google Photos "google photos" 14 / Hubic "hubic" 15 / JottaCloud "jottacloud" 16 / Koofr "koofr" 17 / Local Disk "local" 18 / Mega "mega" 19 / Microsoft Azure Blob Storage "azureblob" 20 / Microsoft OneDrive "onedrive" 21 / OpenDrive "opendrive" 22 / Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH) "swift" 23 / Pcloud "pcloud" 24 / Put.io "putio" 25 / QingCloud Object Storage "qingstor" 26 / SSH/SFTP Connection "sftp" 27 / Union merges the contents of several remotes "union" 28 / Webdav "webdav" 29 / Yandex Disk "yandex" 30 / http Connection "http" 31 / premiumize.me "premiumizeme" Storage> 12 #选择需要挂载的网盘 ** See help for drive backend at: https://rclone.org/drive/ ** Google Application Client Id Setting your own is recommended. See https://rclone.org/drive/#making-your-own-client-id for how to create your own. If you leave this blank, it will use an internal key which is low performance. Enter a string value. Press Enter for the default (""). client_id> #默认直接回车,或者输入自己的OAuth ID Google Application Client Secret Setting your own is recommended. Enter a string value. Press Enter for the default (""). client_secret> #默认直接回车,或者输入自己的OAuth秘锁 Scope that rclone should use when requesting access from drive. Enter a string value. Press Enter for the default (""). Choose a number from below, or type in your own value 1 / Full access all files, excluding Application Data Folder. "drive" 2 / Read-only access to file metadata and file contents. "drive.readonly" / Access to files created by rclone only. 3 | These are visible in the drive website. | File authorization is revoked when the user deauthorizes the app. "drive.file" / Allows read and write access to the Application Data folder. 4 | This is not visible in the drive website. "drive.appfolder" / Allows read-only access to file metadata but 5 | does not allow any access to read or download file content. "drive.metadata.readonly" scope> 1 #默认输入1回车 ID of the root folder Leave blank normally. Fill in to access "Computers" folders. (see docs). Enter a string value. Press Enter for the default (""). root_folder_id> #默认直接回车 Service Account Credentials JSON file path Leave blank normally. Needed only if you want use SA instead of interactive login. Enter a string value. Press Enter for the default (""). service_account_file> Edit advanced config? (y/n) y) Yes n) No y/n> n #是否编辑高级配置,输入n回车 Remote config Use auto config? * Say Y if not sure * Say N if you are working on a remote or headless machine y) Yes n) No y/n> n #是否使用自动配置,输入n回车 If your browser doesn't open automatically go to the following link: https://accounts.google.com/o/oauth2/XXX Log in and authorize rclone for access Enter verification code> XXXX #复制上面的链接在浏览器中打开,将得到的授权码复制到这里后回车 Configure this as a team drive? y) Yes n) No y/n> y #是否挂载团队网盘,如果没有输入n回车,需要挂载团队版输入y回车 Fetching team drive list... Choose a number from below, or type in your own value 1 / SunPma "0ADYACmKjlU3JUk9PVA" Enter a Team Drive ID> 1 #选择你需要挂载的团队盘然后回车 -------------------- [SUNPMAGD] type = drive scope = drive token = {"access_token":"XXX","expiry":"2019-10-23T14:32:06.481207275+08:00"} team_drive = 0ADYACmKjlU3JUk9PVA -------------------- y) Yes this is OK e) Edit this remote d) Delete this remote y/e/d> y #默认输入y回车 Current remotes: Name Type ==== ==== SUNPMAGD drive e) Edit existing remote n) New remote d) Delete remote r) Rename remote c) Copy remote s) Set configuration password q) Quit config e/n/d/r/c/s/q> q #输入q回车,保存配置退出新建本地挂载文件夹
复制 mkdir /home/gd挂载磁盘命令说明
复制 #/usr/bin/rclone mount DriveName:Folder LocalFolder 下面整体代码中最上面的这条需要自己修改,不要直接复制,注意代码中有空格 DriveName #配置时填写的name Folder #网盘里要挂载的文件夹名 LocalFolder #本地要挂载的文件夹绝对路径 例:/usr/bin/rclone mount gd: /home/gd挂载
复制#下面代码是一个整体,全部复制后粘贴运行 /usr/bin/rclone mount gd: /home/gd --umask 0000 --default-permissions --allow-non-empty --allow-other --transfers 1 --buffer-size 64M --low-level-retries 200 --dir-cache-time 12h --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 1G #如果你还涉及到读取使用,比如使用H5ai等在线播放,就在后面多加上最后三条参数参数说明
复制--transfers:该参数是最大同时传输任务数量,如果经常传输大文件,或CPU性能不佳,建议设置为单线程,也就是设置为“1” --buffer-size:该参数为读取每个文件时的内存缓冲区大小,控制rclone上传和挂载的时候的内存占用 --low-level-retries:该参数为传输文件没速度的时候重试次数,没速度的时候,单个会自动睡眠10ms起,然后再重试如果挂载时候出错如下图:
如果出错安装fuse
复制 yum install fuse查看是否成功
复制 df -h如下图显示gd 挂载成功
找到/etc/systemd/system ,在里面新建一个名为 rclone.service 的文件,文件的完整路径为 /etc/systemd/system/rclone.service 然后在文件中填入以下代码。
复制 [Unit] Description=Rclone AssertPathIsDirectory=/home/gd After=network-online.target [Service] Type=simple ExecStart=/usr/bin/rclone mount gd: /home/gd --umask 0000 --default-permissions --allow-non-empty --allow-other --transfers 1 --buffer-size 64M --low-level-retries 200 --dir-cache-time 12h --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 1G ExecStop=/bin/fusermount -u /home/gd Restart=on-abort User=root [Install] WantedBy=default.target启动rclone
复制 systemctl start rclone开机启动rclone
复制 systemctl enable rclonerclone常用命令
复制 重启:systemctl restart rclone 停止:systemctl stop rclone 状态:systemctl status rclone另外备注:如果你想要用宝塔面板安装可道云网盘的web管理界面,那就把谷歌盘挂载在可道云下面!只需要修改开机配置文件如下
复制[Unit]Description=RcloneAssertPathIsDirectory=/www/wwwroot/你的域名/data/User/admin/home/gdAfter=network-online.target[Service]Type=simpleExecStart=/usr/bin/rclone mount gd: /www/wwwroot/你的域名/data/User/admin/home/gd --umask 0000 --default-permissions --allow-non-empty --allow-other --transfers 1 --buffer-size 64M --low-level-retries 200 --dir-cache-time 12h --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 1GExecStop=/bin/fusermount -u /www/wwwroot/你的域名/data/User/admin/home/gdRestart=on-abortUser=root[Install]WantedBy=default.target微信扫码关注全球主机测评微信公众号,我们将为您提供更多最新最全最专业的行业资讯以及主机促销活动
[VPS]历史优惠活动内容
猜你可能想看的VPS
- WPS 表格提取身份证号中的出生年月日并且自动计算年龄的方法全球[VPS测评]
- 大硬盘 VPS 35 刀每年 512M 内存 0.5T 硬盘 virma全球[VPS测评]
- 八月优惠 LOCVPS→香港大埔 cn2 VPS 补货 VPS 全场 8香港VPS[主机]
- 流量吃紧 费用上涨网络大波动情况下 那些还值得“试试”的美国“cn2 g美国VPS[主机]
- 活动 腾讯云秒杀→1 核 2G 国内套餐年付 99 元 2 核 4G3M全球[VPS测评]
- GigsGigsCloud 日本东京软银裸金属独享服务器预售,最高 G 日本VPS[主机]
- Altınsoft→$63 月 E3-1240v3 16GB 内存 25全球[VPS测评]
- VPS 新闻 美国 VPS 界最后一个金刚 HostMyBytes 被 美国VPS[主机]
- 稳定 搬瓦工 DC9 机房 CN2 GIA 线路 512M 内存套餐补货全球[VPS测评]
- js 与 jquery 获取 span 标签中的内容全球[VPS测评]
- 企鹅小屋→180 元 年 512MB 内存 400GB 空间 1TB 流虚拟空间(主机)
- 便宜 Hostmem→1 核 1G 20G 硬盘 200Mbps 100全球[VPS测评]
- 优化YSlow add expires headers项目提升博客访问速全球[VPS测评]
- WordPress网站PHP纯代码生成文章海报图片实现分享全球[VPS测评]
- 触摸云香港CN2GIA线路/10M带宽 ¥26起/月;美国200G高防¥美国VPS[主机]
- DesiVPS元旦 洛杉矶便宜VPS 1.5G内存年付仅20刀全球[VPS测评]
- Gandi.net新注册.COM域名只需7元/首年带免费Whois隐私保全球[VPS测评]
- WebHorizon新上东京节点,OpenVZ VPS年付最低$10.5全球[VPS测评]
- LiteServer → 黑五 网络星期一 荷兰 4折优惠 NVME V全球[VPS测评]
- 磐逸云怎么样?CN2线路香港VPS月付20元香港VPS[主机]
- php168数据库配置文件在哪里?如何修改数据库配置文件全球[VPS测评]
- 又一跨境电商产业园落户!中山石岐签约引进16个项目全球[VPS测评]
- 奇异互动:香港2核4G5M云服务器仅83元/月,700元/年;裸金属服务香港VPS[主机]
- 腾讯云免备案海外服务器:高速网络免备案,助力企业出海!全球[VPS测评]
- UCloud云服务器2020年度大促:北京/上海云服务器/香港免备案云服香港VPS[主机]
- cmivps:香港不限流量VPS,2核2G仅218元/年,支持WindoWINDOWS
- 魔方云cubecloud:香港CN2VPS/美国CN2VPS终身88折/美国VPS[主机]
- gcorelabs:KVM主机€1.08/月起,香港/俄罗斯/亚太/欧美香港VPS[主机]
- 快速云:怎么连接vps?VPS的用途有哪些?全球[VPS测评]
- 青云互联:香港安畅弹性云八折,15元/月起;可自定义配置,可选windoWINDOWS
转载请注明原文地址:http://140.238.13.167:12355/read-190286.html











