
- #One drive plugin for office how to#
- #One drive plugin for office install#
- #One drive plugin for office password#
- #One drive plugin for office free#
You can send your feedback to us in the Issues section of this repository. We'd love to get your feedback about the Outlook Add-in Sharing to OneDrive sample. To check if your email account was migrated, sign in to and if the upper left hand corner says, it's not migrated.

Important If you weren't prompted to accept the installation for the IIS Express Development Certificate, navigate to Control Panel | Add/Remove Programs and choose IIS Express. Once the Outlook desktop client has started, click New Email to compose a new message. Note This may be different from your personal OneDrive account email and password.
#One drive plugin for office password#
You'll be prompted to enter an email and password to use for running Outlook. Right-click the OutlookAddinOneDriveSharing project and choose Set as StartUp Project. In Solution Explorer, click the OutlookAddinOneDriveSharing project and in the Properties window, change Start Action to Office Desktop Client. Open the solution file OutlookAddinOneDriveSharing.sln and in the \app\ file, paste the token, like this:.You'll be required to sign in to your personal OneDrive. This token is valid for one hour, and gives you read/write access to the signed in user's OneDrive files. Copy the token, which is after the text Authentication: bearer and save it to a text file. To get a token, go to OneDrive authentication and sign in and click Get Token. Get a token from the OneDrive developer site.

Note: This sample currently only works with consumer OneDrive service. To support Office Add-ins, the Office client that acts as host uses browser components that are part of Internet Explorer 9 or later.
#One drive plugin for office free#
If you don't have either, you can join the Office 365 Developer Program and get a free 1 year subscription to Office 365.


#One drive plugin for office install#
If you don't have Visual Studio 2015, you can install Visual Studio Community 2015 for free. You can then use the same shares API, with action.invite, to share the URL with email recipients. With the OneDrive shares API, you can programmatically get permissions for an item by using the item's link. If there are recipients that don't have the proper permission to view the link(s), the user will have the option to grant permissions to selected recipients.
#One drive plugin for office how to#
In this sample, we show you how to use the JavaScript API for Office, and the OneDrive API to create a Microsoft Outlook Add-in that displays which email recipients have permission to view the OneDrive link in the message body. Users can now share a OneDrive item directly from within an Outlook add-in.
