JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.52k stars 309 forks source link

full music url #559

Closed babakmdi closed 3 years ago

babakmdi commented 3 years ago

var spotify = new SpotifyClient("My Token Access");
var track = await spotify.Tracks.Get("6StaOnAGq2jhJeSZEy5CYY");

this is a code for get tracks , and i get just PreviewUrl . can we get full music or not? i want download the music.

JohnnyCrazy commented 3 years ago

Hi, that's not possible via the Spotify WEB API.

Other resources:

https://developer.spotify.com/documentation/web-playback-sdk/