react-native-spotify-remote icon indicating copy to clipboard operation
react-native-spotify-remote copied to clipboard

How can i get created playlist/track list data using Remote SDK?

Open Bhavin-hyperspace opened this issue 2 years ago • 3 comments

Hello @cjam! How can i get created playlist/track list data using Remote SDK? b'coz i want to get all the data which i have on spotify.

Bhavin-hyperspace avatar Sep 13 '22 07:09 Bhavin-hyperspace

Hello @cjam ,

Hope you are doing well.

Is there any update on this?

I have same question like @Bhavin-hyperspace.

vishalsiddhi avatar Oct 29 '22 00:10 vishalsiddhi

Hello @cjam ,

Hope you are doing well.

Is there any update on this?

I have same question like @Bhavin-hyperspace.

Are we able to get list of playlist like we are getting it from older sdk of spotify

=> spotifyAPI.sendRequest('v1/users/{userID}/playlists', 'GET', params, true)

Is there any way to achieve this using this?

https://developer.spotify.com/documentation/web-api/reference/#/operations/get-list-users-playlists

https://api.spotify.com/v1/users/{user_id}/playlists

vishalsiddhi avatar Oct 29 '22 00:10 vishalsiddhi

I've found that Spotify's web sdk is more robust for getting / creating playlists. The remote SDK unfortunately had some limitations when it came to querying for lists of items (at least when I was working with it).

cjam avatar Nov 14 '22 16:11 cjam