Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3722

I'm using youtube v3 api to fetch my channel videos include public and private but here I got only public videos in response not private video

$
0
0

I'm using the bellow code for videos but in response I,m getting only public videos not private

var axios = require('axios');var data = '';var config = {  method: 'get',   url: 'https://www.googleapis.com/youtube/v3/search?key=AIzaSyAN0JBam9fXSldvwr10p4HInktzXmUXOnw&channelId=UCArmHom34p_A4xazZsZdqQg&order=date&part=snippe',      headers: { 'Authorization': 'Bearer ya29.a0ARrdaM8lJdzzwA-gMtxC8Bwy-sfT0_CzKK8JqOT3i0CB55ThUOf5VRUQUf5vNzsx2VN3Rx9dyarESUB-OT-rYJbwb1Pfuy0rDaqto6-uQ9ftCgcKoZUq6axBvfVdzrf7ktP4BswothrkzkBzrHiGdl7VO_qh'},data:data}          axios(config).then(function (response) {       console.log(JSON.stringify(response.data));   }).catch(function (error) {       console.log(error);   });

Viewing all articles
Browse latest Browse all 3722

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>