質問編集履歴
1
更新
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Python
|
1
|
+
Python config設定時のエラーについて
|
test
CHANGED
@@ -2,32 +2,14 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
ローカルデータをGoogle Driveにアップロードしたい。
|
6
6
|
|
7
7
|
|
8
8
|
|
9
9
|
##困っていること
|
10
|
-
|
11
|
-
rcloneをインストールし、rclone configの設定を行っていますが、
|
12
10
|
|
13
11
|
Google認証(指定URLにアクセスし、認証コードを取得、認証コードを貼り付け)の段階で、次のエラーが発生してしまいます。
|
14
12
|
|
15
13
|
|
16
14
|
|
17
15
|
エラーの原因、対策が分からず困っております。
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
##発生しているエラー
|
22
|
-
|
23
|
-
```text
|
24
|
-
|
25
|
-
If your browser doesn't open automatically go to the following link: https://accounts.google.com/o/oauth2/hoge
|
26
|
-
|
27
|
-
Log in and authorize rclone for access
|
28
|
-
|
29
|
-
Enter verification code> hogehoge
|
30
|
-
|
31
|
-
2019/12/18 10:22:20 Failed to configure token: failed to get token: Post https://oauth2.googleapis.com/token: proxyconnect tcp: tls: first record does not look like a TLS handshake
|
32
|
-
|
33
|
-
```
|