質問編集履歴
4
OS修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -84,8 +84,24 @@
|
|
84
84
|
|
85
85
|
### 補足情報(FW/ツールのバージョンなど)
|
86
86
|
|
87
|
-
|
87
|
+
```bash
|
88
88
|
|
89
89
|
raspberry pi 3
|
90
90
|
|
91
|
+
No LSB modules are available.
|
92
|
+
|
93
|
+
Distributor ID: Raspbian
|
94
|
+
|
95
|
+
Description: Raspbian GNU/Linux 10 (buster)
|
96
|
+
|
97
|
+
Release: 10
|
98
|
+
|
99
|
+
Codename: buster
|
100
|
+
|
101
|
+
```
|
102
|
+
|
91
|
-
|
103
|
+
```bash
|
104
|
+
|
105
|
+
macOS big sur version 11.2.1
|
106
|
+
|
107
|
+
```
|
3
書き間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,13 +16,15 @@
|
|
16
16
|
|
17
17
|
credsの内容をそのまま出力したところexpiredの日付の記述もありませんでした。
|
18
18
|
|
19
|
+
以下はgoogle.auth.credentials moduleのURLです。
|
20
|
+
|
21
|
+
[https://google-auth.readthedocs.io/en/latest/reference/google.auth.credentials.html](https://google-auth.readthedocs.io/en/latest/reference/google.auth.credentials.html)
|
19
22
|
|
20
23
|
|
21
24
|
|
25
|
+
以下Python の Google Calender APIの公式のURLです。
|
22
26
|
|
23
|
-
Google 公式サンプル Python Quickstart | Calendar API | Google Developers
|
24
|
-
|
25
|
-
https://developers.google.com/calendar/quickstart/python
|
27
|
+
[https://developers.google.com/calendar/quickstart/python](https://developers.google.com/calendar/quickstart/python)
|
26
28
|
|
27
29
|
|
28
30
|
|
2
書き間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,8 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
|
22
|
+
|
23
|
+
Google 公式サンプル Python Quickstart | Calendar API | Google Developers
|
22
24
|
|
23
25
|
https://developers.google.com/calendar/quickstart/python
|
24
26
|
|
1
書き間違い
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,9 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
|
6
|
+
|
5
|
-
|
7
|
+
expiredが設定される条件の有無、および、expiredの設定方法について教えて頂けないでしょうか?
|
6
8
|
|
7
9
|
|
8
10
|
|
@@ -16,17 +18,9 @@
|
|
16
18
|
|
17
19
|
|
18
20
|
|
19
|
-
expiredが設定される条件の有無、および、expiredの設定方法について教えて頂けないでしょうか?
|
20
21
|
|
21
22
|
|
22
|
-
|
23
|
-
### 発生している問題
|
24
|
-
|
25
|
-
```
|
26
|
-
|
27
|
-
{"token": "ya29.a0AfHxxxxxxx", "refresh_token": "1//0euR5aD1RP7Qxxxxx", "token_uri": "https://oauth2.googleapis.com/token", "client_id": "3783162xxxxxxx9m.apps.googleusercontent.com", "client_secret": "HE8IkGcZxxxxxxx", "scopes": ["https://www.googleapis.com/auth/calendar.readonly"]}
|
28
|
-
|
29
|
-
```
|
23
|
+
https://developers.google.com/calendar/quickstart/python
|
30
24
|
|
31
25
|
|
32
26
|
|
@@ -74,6 +68,16 @@
|
|
74
68
|
|
75
69
|
|
76
70
|
|
71
|
+
### 実行結果
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
{"token": "ya29.a0AfHxxxxxxx", "refresh_token": "1//0euR5aD1RP7Qxxxxx", "token_uri": "https://oauth2.googleapis.com/token", "client_id": "3783162xxxxxxx9m.apps.googleusercontent.com", "client_secret": "HE8IkGcZxxxxxxx", "scopes": ["https://www.googleapis.com/auth/calendar.readonly"]}
|
76
|
+
|
77
|
+
```
|
78
|
+
|
79
|
+
|
80
|
+
|
77
81
|
### 補足情報(FW/ツールのバージョンなど)
|
78
82
|
|
79
83
|
|