Audio and Video are supported too!
Upload images to your OneDrive driver and generate their links.
Just some static files, completely free from server. You can fork and build your own image hosting site.
Please check @harrisoff/onedrive-js-sdk (because this is basically it's webGUI) then replace env files' values with yours.
After authenticating you'll get an access_token
which has a lifetime of 2 hours.
Every time the token is expired you'll have to manually re-authenticate because there is no backend logics helping us to refresh it, which means, it's hard to be integrated as an image uploading module to other systems, for example, PicGo.
Online demo uses Google Analytics and Baidu Tongji to track the usage. As you may know, they will collect the url however:
- Google Analytics does not collect url hash
- Baidu Tongji only collects 1024 bytes of the url, which is not enough to store the access token
So don't worry about leaking the access token.