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.
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.