Youtube v3

פרמיום
על ידי ytdlfree | מְעוּדכָּן un mese fa | Data
פּוֹפּוּלָרִיוּת

9.9 / 10

חֶבִיוֹן

381ms

רמת שירות

100%

Health Check

94%

חזרה לכל הדיונים

JSM Youtube Clone Project Easy Fix

Rapid account: Hassankllc
hassankllc
un anno fa

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 8 mesi fa

Thank you man you have solved my problem

Rapid account: Talhaali 1
talhaali1 Commented 8 mesi fa

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

Rapid account: Whereisnomu
whereisnomu Commented 9 mesi fa

Thank You man! Youre issued my problem

Rapid account: Onlyaddy 68
onlyaddy68 Commented un anno fa

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 un anno fa

still not working, kindly help with any other solution

Rapid account: Ytdlfree
ytdlfree Commented un anno fa

Thank you for your inputs.

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות