Ubuntu 版本:14.04.5 LTS
.
gdrive 是用于与 Google Drive 交互的命令行实用程序。
我已经用特定用户初始化gdrive
(https://github.com/prasmussen/gdrive )。作为示例gdrive about
返回其信息。
我的安装方式gdrive
:
$ go get github.com/prasmussen/gdrive
$ gopath=$(go env | grep 'GOPATH' | cut -d "=" -f 2 | tr -d '"')
$ echo 'export PATH=$PATH:$gopath/bin' >> ~/.profile
$ source .profile
$ gdrive about # This line authenticates the user only once on the same node.
Authentication needed
Go to the following url in your browser:
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=...e=state
Enter verification code:
gdrive about
User: userName userSurname, <[email protected]>
Used: 6.5 GB
Free: 9.6 GB
Total: 16.1 GB
Max upload size: 5.2 TB
gdrive
我想使用全新的用户电子邮件地址再次重新初始化/重新验证。
[Q]有没有办法用其他邮箱地址更改用户信息?
如果我删除gdrive
并重新安装它,这可能是一个解决方案吗?
gdrive help about
将输出:清理身份验证数据的最简单方法是
rm -rf ~/.gdrive
.我找到了一种最简单的方法来注销当前在 G-Drive Cli 中登录的用户
rm -rf ~/.gdrive/token_*.json