spotify / android-sdk

Spotify SDK for Android
https://developer.spotify.com/documentation/android/
Apache License 2.0
454 stars 117 forks source link

The token can not be used for all web api? #355

Open Hyyzt opened 5 months ago

Hyyzt commented 5 months ago

2024.1.30

SDK Version:

2.0.1

OS Version:

RedMi K30

Scope(s):

All device

I need to get some music info from Spotify,so i get the token from Android Sdk. But the token was ok for a part of api,it was broken for a part of api. For Example : /v1/me /v1/search Those apis is ok,the respones data is correct. /v1/me/tracks This api is not ok,I get a 403 (Forbidden)error When I use the parameters from the example /v1/me/playlist This api is stranger, that has the response data ,but the data is empty.(I am sure I have two playlist )

that's my all question,i dont know that reason. Thank you reply.