Save to OneDrive is two things:
- A Chrome extension that allows a Chrome user to find content in his or her browser and save it to his or her OneDrive root easily.
- A HTTP service API that backs the Chrome extension
- the Google Chrome extension installed
- Pick a website. I like https://www.pinterest.com/search/pins/?q=seahawks.

- Find an image. Right click on the image and click on “Save to OneDrive > Save image to OneDrive”. Since this is Pinterest, I had to click on the image first to make it bigger.

- Sign in with your MSA.

- Give the app permission to access your OneDrive if you haven’t done so in the past.

- Wait while the app downloads the content to your OneDrive. Or don’t wait (close your browser) since the process is async.

- Download the extension code to the well known location where you had previously loaded it.
- Go to chrome://extensions
- Press Ctrl+R to refresh the extension.
- Download the extension code to a well known location.
- Go to chrome://extensions
- Check “Developer mode”

- Click on “Load unpacked extension…”

- Find the well known location and click "OK".
URL: http://1dapp.azurewebsites.net
| Query Parameter Name | Value | Description |
|---|---|---|
url |
string |
the URL of the file to be downloaded |
appid |
string |
the Microsoft account Client ID from the MSA developer portal |
filename |
string |
the name that the file should be named as |