回答編集履歴

1

文章に修正

2019/04/19 09:43

投稿

fightTT
fightTT

スコア27

test CHANGED
@@ -1,22 +1,18 @@
1
1
  こちら自己解決しました。
2
-
3
-
4
2
 
5
3
  [APIs Explorer](https://developers.google.com/apis-explorer/)でcaptions.downloadを試したところ以下の403エラーが出たため、そのエラー内容を検索したら該当するStackOverflowの記事がいくつかあり、その中に答えがございました。
6
4
 
7
5
 
8
6
 
9
- __the captions.download endpoint only works for videos your google account owns. It is not usable for other videos unless the owner of the video enables third party contribution for the caption.__
10
-
11
- __captions.downloadエンドポイントはアカウントが所有する動画にのみ機能する。
12
-
13
- 動画の所有者がキャプションに対する第三者の投稿を有効にしていない限り、他の動画には使用できない。__
14
-
15
-
16
-
17
7
  **APIs Explorerで出たエラー**
18
8
 
19
- The permissions associated with the request are not sufficient to download the caption track. The request might not be properly authorized, or the video order might not have enabled third-party contributions for this caption.
9
+ ```ここに言語を入力
10
+
11
+ The permissions associated with the request are not sufficient to download the caption track.
12
+
13
+ The request might not be properly authorized, or the video order might not have enabled third-party contributions for this caption.
14
+
15
+ ```
20
16
 
21
17
 
22
18
 
@@ -27,3 +23,11 @@
27
23
  [・Permission denied when using captions.download to get auto-generated captions[YouTube Data API]](https://stackoverflow.com/questions/44871603/permission-denied-when-using-captions-download-to-get-auto-generated-captionsyo?rq=1)
28
24
 
29
25
  [・Downloading captions using Youtube v3 API](https://stackoverflow.com/questions/32226097/downloading-captions-using-youtube-v3-api)
26
+
27
+
28
+
29
+ **the captions.download endpoint only works for videos your google account owns. It is not usable for other videos unless the owner of the video enables third party contribution for the caption.**
30
+
31
+ __captions.downloadエンドポイントはアカウントが所有する動画にのみ機能する。
32
+
33
+ 動画の所有者がキャプションに対する第三者の投稿を有効にしていない限り、他の動画には使用できない。__