It is possible to create a playlist (new Playlist(name)) with the spotify apps API, but the URI field of the new playlist is always null. Anyone know how to get around this, or otherwise reference the new playlist?
Without an URI I can't create a "share" button within the app, since I need the URI in order to reference it.
Anyone know if this is a bug or feature?
I just discovered that spotify removed the ability to read user playlists for privacy reasons[1], so now I'm wondering if this is a design decision or simply a bug. After all, the playlist in question was created in our app, so I should be able to get the URI of it?
1: Spotify Apps API: Library-class won't return users Playlists