harrisoff / onedrive-image-hosting

OneDrive Image Hosting | OneDrive 图床
https://harrisoff.github.io/onedrive-image-hosting
MIT License
104 stars 40 forks source link

你好,可以整上传api嘛 #11

Open valetzx opened 2 years ago

valetzx commented 2 years ago

这个可能有点曲线救国,想用 picgo 上传图片到onedrive,方便typora写md。(脸皮厚一点:要是能写picgo插件就更好了xd)

valetzx commented 2 years ago

并且在fork后的登录页报错:https://pigeonpig.github.io/onedrive-image-hosting

AADSTS90102: 'redirect_uri' value must be a valid absolute URI.

harrisoff commented 2 years ago

fork 完了还得把配置改成你自己的,就是文档里最后那段 picgo 的问题:https://github.com/harrisoff/onedrive-api/issues/1

valetzx commented 2 years ago

那请问参考文件是?文档中需要填什么?

harrisoff commented 2 years ago

https://github.com/harrisoff/onedrive-api/blob/master/README.zh-cn.md

valetzx commented 2 years ago

完成了,现在问题有1好像不能大文件2似乎不能直链,复制的直链为https://api.onedrive.com/v1.0/shares/undefined/root/content image

harrisoff commented 2 years ago
  1. 文件大小有限制
  2. 如果上传+分享成功,url 里的 undefined 应该是一个 shareId 字符串,可以看一下请求里面哪一步失败了
valetzx commented 2 years ago

image