- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Calling the https://api.spotify.com/v1/me/player/seek endpoint consistently returns 400 Bad Request, as the parameter `position_ms` is supposedly missing.
However, the parameter is in place in the request. This happens regardless of value set for the parameter (0, positive integer, etc).
Payload Body:
{"position_ms":142848}
Response:
{
"error" : {
"status" : 400,
"message" : "Required parameter position_ms missing"
}
}
Any way to resolve this? Help much appreciated, thank you.
Solved! Go to Solution.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page