Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
πŸ› Update link to API console
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott authored Apr 10, 2018
1 parent 52c008f commit 7371411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spotify-backupper
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $backupStorage = $backupStorageFactory->createStorage($cli['storage'] ?: 'local'

if (getenv('SPOTIFY_ACCESS_TOKEN') === false) {
echo sprintf('Please set your Spotify access token in the environment variable "SPOTIFY_ACCESS_TOKEN".') . PHP_EOL;
echo 'You can generate an access token here: https://developer.spotify.com/web-api/console/get-current-user-playlists/' . PHP_EOL;
echo 'You can generate an access token here: https://beta.developer.spotify.com/console/get-current-user-saved-tracks/' . PHP_EOL;
echo '1. Click "GET OAUTH TOKEN".' . PHP_EOL;
echo '2. Click "REQUEST TOKEN" with the required scopes: playlist-read-private, playlist-read-collaborative & user-library-read.' . PHP_EOL;
exit(1);
Expand Down

0 comments on commit 7371411

Please sign in to comment.