gpt4 book ai didi

r - Spotifyr 错误 : INVALID_CLIENT: Invalid redirect URI

转载 作者:行者123 更新时间:2023-12-03 18:16:47 30 4
gpt4 key购买 nike

我正在尝试使用 spotifyr 包从 Spotify 中提取数据,但是任何需要访问 token 的函数都不起作用(例如 get_my_recently_played(limit = 5))。运行时出现以下错误:INVALID_CLIENT:无效的重定向 URI。

我什至尝试转到“我的应用程序”并将重定向 URI 更改为“http://localhost:8888/callback/” ' 但它仍然给出相同的错误。我可能在这里错过了什么?谢谢!

最佳答案

你试过吗:

Sys.setenv(SPOTIFY_CLIENT_ID = 'xxxxxxxxxxxxxxxxxxxxx')
Sys.setenv(SPOTIFY_CLIENT_SECRET = 'xxxxxxxxxxxxxxxxxxxxx')

access_token <- get_spotify_access_token()

根据 https://github.com/charlie86/spotifyr 的自述文件?

更新:

This works for me with the version of `spotifyr` available on CRAN
Sys.setenv(SPOTIFY_CLIENT_ID = 'your_client_id_here')
Sys.setenv(SPOTIFY_CLIENT_SECRET = 'your_client_secret_here')

access_token <- get_spotify_access_token()

library(spotifyr)

get_artist_audio_features('the beatles')

关于r - Spotifyr 错误 : INVALID_CLIENT: Invalid redirect URI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52028686/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com