y-young / nazurin

🎉 Images collection done right. Telegram 图片收藏机器人 / A Telegram bot that helps you collect ACG illustrations.
http://nazurin.readthedocs.io
MIT License
263 stars 59 forks source link

onedrive 配置出现Error: 'access_token' #35

Closed bottomash closed 2 years ago

bottomash commented 2 years ago

添加OneDrive作为存储,配置OD_SECRET OD_RF_TOKEN OD_CLIENT,没有配置access token。 我在Wiki里并没有看到access token 如何设置,请问如何配置access_token? image

y-young commented 2 years ago

这里是认证的返回结果中没有access_token,可能是认证失败,请检查 API 凭据是否有误

y-young commented 2 years ago

由于未收到更多回复,此 Issue 就此关闭,如有需要可重新开启

bottomash commented 2 years ago

image api 权限已经授予,且获得了refresh token。多次尝试依然跟开头的错误一样,请问还需要什么以便于解决问题?

y-young commented 2 years ago

我更新了一下,请使用最新代码重新操作,应该能在日志中看到详细的错误信息

bottomash commented 2 years ago

nazurin - ERROR - {'error': 'invalid_grant', 'error_description': 'AADSTS50034: The user account a216bfd9-8b0d-442b-8e37-4d3bc3ba5981 does not exist in the 5f9243d4-afe2-46c4-ae37-819d72787ad7 directory. To sign into this application, the account must be added to the directory.\r\nTrace ID: a8977ba2-d77c-4f6b-9214-0e91dd65f301\r\nCorrelation ID: 71056b55-1579-4944-a488-73da63a67729\r\nTimestamp: 2022-03-25 08:19:25Z', 'error_codes': [50034], 'timestamp': '2022-03-25 08:19:25Z', 'trace_id': 'a8977ba2-d77c-4f6b-9214-0e91dd65f301', 'correlation_id': '71056b55-1579-4944-a488-73da63a67729', 'error_uri': 'https://login.microsoftonline.com/error?code=50034'}

这是最新的代码报的错误❌,我用e5账号生成的id和密钥,不管是e5账号还是个人账号都是同样的错误。

y-young commented 2 years ago

我无法确定具体原因,不过你可以参考下面两个教程再检查一下,注意“受支持的帐户类型”,“应用程序(客户端) ID”和“客户端密码”是否正确 https://rclone.org/onedrive/#getting-your-own-client-id-and-key https://ovi.swo.moe/zh/docs/advanced#%E4%BD%BF%E7%94%A8%E4%BD%A0%E8%87%AA%E5%B7%B1%E7%9A%84-client-id-%E4%B8%8E-secret

bottomash commented 2 years ago

搞不明白了,算了。OneDrive就算了吧。不过有考虑Google Photo做新的存储位置吗?非常感谢你的帮助!

y-young commented 2 years ago

有考虑Google Photo做新的存储位置吗? 没有,但现在支持Google Drive。Google Photos有什么优势吗?貌似存储空间是一起算的

bottomash commented 2 years ago

有考虑Google Photo做新的存储位置吗? 没有,但现在支持Google Drive。Google Photos有什么优势吗?貌似存储空间是一起算的

存储空间是一起算的,但是Google photo和Google drive是隔离的,两者的内容不会同步。 Google photo的优势在于移动端设备使用方便,管理照片方便。其实还是我喜欢(❤ ω ❤)Google photo管理照片,所以就问问能不能支持Google photo。非常感谢回复。

y-young commented 2 years ago

存储空间是一起算的,但是Google photo和Google drive是隔离的,两者的内容不会同步。

看了下网页版貌似支持从Drive上传,或许可以凑合一下。

Google photo的优势在于移动端设备使用方便,管理照片方便。

确实现在对图片的浏览和管理并没有一个好的方案,Telegram的Channel配合标签可以勉强用,但是复杂的筛选就做不到了;我有在考虑开发一套专用的App,毕竟Google Photos不支持标签等特定功能,但短期内肯定是做不出来的。

bottomash commented 2 years ago

好的,非常感谢。