mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #227] Getting started "non-auth" example requires auth #116
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BryanDiLaura on GitHub (Oct 30, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/227
The example in the getting started documentation is claimed to not require authentication. When running that code, however, I receive a 401 (no token provided).
Looking at Spotify's web api it looks like an authentication token is indeed required to search.
I would suggest using a different code snippet for the getting started section in the documentation.
@kotutuloro commented on GitHub (Oct 30, 2017):
( Linking this to related issue #194 )