Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Who Me Too'd this topic

How do I get sound from the API?

Plan

Free

Country

Ukraine

Device

PC

Operating System

Windows 11

 

My Question or Issue

How do I get sound from the API? I can't find the path to the sound. I am using Node.js

 

spotifyApi.getTrack("7dK87kjEyN7nMoxF57AT9R").then(function(data) {
console.log(data.body);
}, function(err) {
console.error(err);
});

 

Who Me Too'd this topic