File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ client ID by registering your application in the
1313
1414### [ Do resumable uploads with CORS] ( /youtube/api-samples/blob/master/javascript/cors_upload.js )
1515
16+ Method: youtube.videos.insert
1617Description: This code sample demonstrates how to execute a resumable upload using XHR/CORS.
1718
1819### [ Create a playlist] ( /youtube/api-samples/blob/master/javascript/playlist_updates.js )
@@ -64,3 +65,11 @@ The samples use the <a target="_blank" href="/api-client-library/javascript/">Go
6465to demonstrate API functionality. The <a href =" /youtube/analytics/v1/sample-application " >Building a Sample Application</a >
6566document walks you through the steps of building this application and discusses different portions of this code in more
6667detail.
68+
69+ In addition to the JavaScript file described above, the HTML page uses <a href =" http://jquery.com " >jQuery</a >, which
70+ provides helper methods to simplify HTML document traversing, event handling, animating and Ajax interactions. It also
71+ uses the <a href =" https://developers.google.com/loader/ " >Google API loader</a > (<code >www.google.com/jsapi</code >),
72+ which lets you easily import one or more Google APIs. This example uses the API loader to load the Google Visualization API,
73+ which is used to chart the retrieved Analytics data. Finally, the
74+ <a href =" /api-client-library/javascript/features/authentication " >Google APIs Client Library for JavaScript</a >
75+ helps you to implement OAuth 2.0 authentication and to call the YouTube Analytics API.
You can’t perform that action at this time.
0 commit comments