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

链接地址: http://www.djcxy.com/p/55670.html

上一篇: 用spotify显示权限

下一篇: Spotify Web API客户端作用域不起作用