質問編集履歴
2
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,6 +58,30 @@
|
|
58
58
|
|
59
59
|
|
60
60
|
|
61
|
+
> Access Not Configured. YouTube Data API has not been used in project 294220900529 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=294220900529 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
|
62
|
+
|
63
|
+
>
|
64
|
+
|
65
|
+
>アクセスが構成されていません。 YouTube Data APIは、以前はプロジェクト294220900529で使用されていないか、無効になっています。 https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=294220900529にアクセスして有効にしてから、再試行してください。 このAPIを最近有効にした場合は、アクションがシステムに反映されるまで数分待ってから再試行してください。
|
66
|
+
|
67
|
+
>
|
68
|
+
|
69
|
+
>有効化のステータス
|
70
|
+
|
71
|
+
>有効
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
この問題はYouTube Data API v3の有効化のステータスが有効になっていて問題ないかと思います。
|
76
|
+
|
77
|
+
では、なぜこんなエラーが出るのかわからないのです。
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
61
85
|
### 該当のソースコード
|
62
86
|
|
63
87
|
|
1
追加
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
YouTubeのplaylistItemsを収得するシステム
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
PHPでplaylistItemsを収得するシステムを作っています。
|
5
|
+
PHPでYouTubeのplaylistItemsを収得するシステムを作っています。
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -72,11 +72,17 @@
|
|
72
72
|
|
73
73
|
|
74
74
|
|
75
|
+
|
76
|
+
|
75
77
|
### 試したこと
|
76
78
|
|
77
79
|
|
78
80
|
|
79
81
|
YouTube APIアクセストークンを再度 新規収得
|
82
|
+
|
83
|
+
YouTube Data APIの有効の確認、有効
|
84
|
+
|
85
|
+
API Explorer を使用し収得の確認、成功
|
80
86
|
|
81
87
|
|
82
88
|
|