質問編集履歴
4
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -334,4 +334,4 @@
|
|
334
334
|
|
335
335
|
SCOPES = Collections.singletonList(CalendarScopes.CALENDAR);
|
336
336
|
|
337
|
-
CALENDAR
|
337
|
+
CALENDARに変えいました。>>>ダメです。
|
3
文言追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
|
179
179
|
*/
|
180
180
|
|
181
|
-
private static final List<String> SCOPES = Collections.singletonList(CalendarScopes.CALENDAR
|
181
|
+
private static final List<String> SCOPES = Collections.singletonList(CalendarScopes.CALENDAR);
|
182
182
|
|
183
183
|
private static final String CREDENTIALS_FILE_PATH = "C:\test\client_secret.json";
|
184
184
|
|
@@ -332,8 +332,6 @@
|
|
332
332
|
|
333
333
|
### 試したこと
|
334
334
|
|
335
|
-
|
336
|
-
|
337
|
-
SCOPES = Collections.singletonList(CalendarScopes.CALENDAR
|
335
|
+
SCOPES = Collections.singletonList(CalendarScopes.CALENDAR);
|
338
336
|
|
339
337
|
CALENDAR_EVENTSに変えいました。>>>ダメです。
|
2
文言追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,16 @@
|
|
16
16
|
|
17
17
|
```
|
18
18
|
|
19
|
+
10 03, 2019 6:23:59 午後 com.google.api.client.util.store.FileDataStoreFactory setPermissionsToOwnerOnly
|
20
|
+
|
21
|
+
警告: unable to change permissions for everybody: C:\20190301\BCL\develop\test\test\tokens
|
22
|
+
|
23
|
+
10 03, 2019 6:23:59 午後 com.google.api.client.util.store.FileDataStoreFactory setPermissionsToOwnerOnly
|
24
|
+
|
25
|
+
警告: unable to change permissions for owner: C:\20190301\BCL\develop\test\test\tokens
|
26
|
+
|
27
|
+
Upcoming events
|
28
|
+
|
19
29
|
Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
|
20
30
|
|
21
31
|
{
|
1
文言追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,6 +6,8 @@
|
|
6
6
|
|
7
7
|
Javaでカレンダーのイベントのサマリーを変更したいです。
|
8
8
|
|
9
|
+
イベント情報読取は大丈夫です。イベントの項目を変更するとエラーとなります。
|
10
|
+
|
9
11
|
|
10
12
|
|
11
13
|
### 発生している問題・エラーメッセージ
|