How to create a playlist and get the URI of it in a spotify apps API?

一笑奈何 提交于 2019-12-01 18:55:09

Unfortunately, the URI property will only be filled if you instantiate the playlist with a URI given to you, like:

models.Playlist.FromURI("totally a valid URI");

Unfortunately, this is because playlist URIs contain the username of the creator, and we're not allowed to release personally-identifying information through our API.

We hope to change this in the future.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!