0
試圖從我的頻道獲取上傳列表,但出現錯誤「ChannelContentDetails沒有字段或方法上傳」Youtube v3 api使用code.google.com/p/google-api-go-client/youtube/v3
apiCall := youtube.Channels.List("contentDetails").Mine(true)
response, err := apiCall.Do()
if err != nil {
log.Fatalf("Error making API call: %v", err.Error())
}
fmt.Println(response.Items[0].ContentDetails.uploads)