Announcements

Help Wizard

Step 1

NEXT STEP

Who Me Too'd this topic

Get Item's Market param not working

Get Item contains requests like "Get Playlist Items", "Get User's Saved Tracks", etc.

When I send a "Get Playlist Items" request with Market "from_token", the "restriction" part is returned as expected. For example, when I change the Market to US or some other markets, I won't get the correct response about restriction, the value in this response is still using the market from token, not the market I choose.

 

Here's a more detailed example:

The song spotify:track:2fQR507c0oIVWIyr7yX79D is available in PH (which is my token's market), and unavailable in US, but when I send the request, they both don't contain the "restriction" part.

 

Here's another example:

The song spotify:track:7EMwPovDSZ4De89VUcPnw9 is unavailable in PH and available in US, but when I send the request, they both contain 

"restrictions": {"reason": "market" }.

 

This request used to work (at least for the past year), and I found it not working properly today.

Who Me Too'd this topic