在调用Spotify API开始播放时获取无效的上下文uri

时间:2017-10-26 23:42:37

标签: spotify

我尝试使用此端点开始播放播放列表https://developer.spotify.com/web-api/start-a-users-playback/

如果我的身体json是这样的话,它适用于艺术家和专辑:

<android.support.design.widget.NavigationView
    android:id="@+id/nav_view"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:layout_gravity="start"
    android:fitsSystemWindows="true"
    app:headerLayout="@layout/nav_header_menu_test"
    app:menu="@menu/main_drawer"
    android:theme="@style/AppTheme.NoActionBar.NavigationView" /> 

但不适用于播放列表:

{"context_uri":"spotify:artist:1FcB6xMihhP9Hb6AdGVbWe"}

在文档中,我说我可以指定播放列表,艺术家或专辑,但在尝试播放播放列表时,我得到以下回复:

{"context_uri:"spotify:playlist:37i9dQZF1DWVl5gPCRkquk"}

0 个答案:

没有答案