Youtube v3

FREEMIUM
(Ким) ytdlfree | Оновлено il y a un mois | Data
Популярність

9.9 / 10

Затримки

378ms

Рівень обслуговування

100%

Health Check

94%

Повернутися до всіх обговорень

JSM Youtube Clone Project Easy Fix

Rapid account: Hassankllc
hassankllc
il y a un an

Just do not put API Key to your .env file. Use it main file it will work.

in fectFromAPI.js file

'X-RapidAPI-Key': 'PasteYourAPIKey',
Rapid account: Abhishekbharambe 10
abhishekbharambe10 Commented il y a 8 mois

Thank you man you have solved my problem

Rapid account: Talhaali 1
talhaali1 Commented il y a 8 mois

from javascript mastery youtube 2.0 the channel data is not showing only videos are fetched from the api

Rapid account: Whereisnomu
whereisnomu Commented il y a 9 mois

Thank You man! Youre issued my problem

Rapid account: Onlyaddy 68
onlyaddy68 Commented il y a un an

i have done it in single quotes yet getting an 404 error
import axios from “axios”;
const BASE_URL = "https://youtube-v31.p.rapidapi.com/search"
const options = {
method: ‘GET’,

params: {
    maxResults: '50'
 
},
headers: {
  'X-RapidAPI-Key':' ',
  'X-RapidAPI-Host': 'youtube-v31.p.rapidapi.com'
}

}
export const fetchFromAPI = async(url)=>{
const {data}= await axios.get(${BASE_URL}/${url},options);
return data
}

Rapid account: Muhammadtahawahid 1
muhammadtahawahid1 Commented il y a un an

still not working, kindly help with any other solution

Rapid account: Ytdlfree
ytdlfree Commented il y a un an

Thank you for your inputs.

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення