mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #735] User authentication error -- any help would be appreciated! #443
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#443
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 @joan0fsnark on GitHub (Oct 18, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/735
I've been unable to resolve this through Googling and I'm hoping someone more knowledgeable can point out what I need to do to resolve this:
I've tried a couple of different authentication methods and while it works for read-only functions such as pulling a playlist, track info, etc., I keep getting an authentication error when I try to delete tracks from a playlist. (client_id and client_secret are currently hard-coded and are working/correct))
TIA!
@joan0fsnark commented on GitHub (Oct 22, 2021):
I was missing the auth step.