Spotify Web API client scope not working
I'm using the new web API and authorizes the user with scope=playlist-modify-private
.
The user logs in and authorizes my app.
When I later create a playlist for the user I get the response { "error": { "status": 403, "message": "Insufficient client scope" } };
The error is probably due to the fact that when the user first authorized my app, the client scope was lower. It seems that the new client scope is not updated when the user authorizes the change. Also, there is no option to revoke client scope at the Spotify website.
事实证明,即使用户已授予playlist-modify-private
权, playlist-modify-private
也需要作用域playlist-modify
playlist-modify-private
。
上一篇: 用spotify显示权限