0
我正在嘗試從Google測試YouTube API v3示例。我從GitHub下載了測試文件:https://github.com/youtube/yt-samples-java,然後我填寫了client_id
和client_secret
,client_secrets.json
(src/main/recourses
),我也填寫了youtube.properties
文件(src/main/recourses
)中的API密鑰。Youtube API v3 Java
我正在使用Eclipse。
然後我試圖運行UploadVideo.java
文件,但我發現了以下錯誤:
IOException: 400 Bad Request
{
"error" : "unauthorized_client"
}
com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
{
"error" : "unauthorized_client"
}
問題是什麼?我的client_id和client_secret是正確的。我在Google的開發者控制檯中創建了這些內容。
你能幫助我嗎?謝謝!