Description Usage Arguments Value
Upload the recommended playlist to the user's Spotify profile.
1 2 3 4 5 6 7 | upload_playlist(
user_id = NULL,
playlist_name = "test_listen_local_playlist",
playlist_description = "A test playlist of the Listen Local App",
track_uris = NULL,
authorization = NULL
)
|
user_id |
A single Spotify playlist id |
playlist_name |
Name for a new playlist |
playlist_description |
New description for the playlist |
track_uris |
The track uris of the new playlist. |
authorization |
Defaults to |
Does not return anything.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.