Hello
I'm trying to get the insight data of a video
https://developers.google.com/youtube/2.0/developers_guide_protocol_insight
It specifies that "A video entry contains a link to Insight data if the authenticated user retrieving the entry owns the video."
I already got the client ID, the developer key and client secret.
I already got the Access token Using Oauth 2.0 authorization protocol.
Then I make a request to http://gdata.youtube.com/feeds/api/videos/__VIDEOID__ sending the following headers:
X-GData-Key : Developer key
Authorization: Bearer ACCESS_TOKEN
Then I get the feed of the video but this does not include the "Link" tag with the url of the csv report for this video.
What am I doing wrong?
How can I get the feed that includes the url to download the CSV Data report?
Please Help.
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To view this discussion on the web visit https://groups.google.com/d/msg/youtube-api-gdata/-/hE0j_rBy5pAJ.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment