gpt4 book ai didi

Python Spotify 刷新 token

转载 作者:太空宇宙 更新时间:2023-11-03 14:38:28 24 4
gpt4 key购买 nike

我正在尝试获取刷新 token ,但始终收到 400 错误。下面是我的代码。我究竟做错了什么?任何帮助,将不胜感激。谢谢。

clientid="xxx"
refreshkey="xxx"
secretkey="xxx"
spotifyurl="https://accounts.spotify.com/api/token"
spotifydata = {'grant_type': 'refresh_token', 'refresh_token':refreshkey}
response = requests.post(spotifyurl, data=spotifydata, auth=(clientid, secretkey))

最佳答案

我的头因为撞到墙上而感到疼痛,但我终于想通了。我使用 Spotify 提供的 node.js 示例来获取我的初始 token 和刷新 token 。结果他们的 html 页面有一个错误,在刷新键的末尾添加了一个额外的“>”。

关于Python Spotify 刷新 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46730995/

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