function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Balu PeriBalu Peri 

How to integrate Microsoft Onedrive In Salesforce

Hi,

Can any one tell me the steps to integrate the onedrive with Salesforce. We want to save the files in onedrive and want to show that in salesforce for instance access.I heard that we can achieve with External Data Source option in salesforce.But I was unsuccessfull implementing this. Please let me know the step by step process to get this done. Thanks 
Hargobind_SinghHargobind_Singh
Maybe this could help : https://help.salesforce.com/apex/HTViewHelpDoc?id=admin_files_connect_overview.htm&language=en_US (https://help.salesforce.com/apex/HTViewHelpDoc?id=admin_files_connect_overview.htm&language=en_US)
Jack WelshJack Welsh
To integrate Onedrive data storage with Salesforce via External Data Source first you need to create OData endpoint for it. As I know, OneDrive can't expose data to Odata natively. Take a look at this link (https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/create-an-odata-v4-endpoint).

As an alternative method, you can use 3rd parties( e.g. Skyvia (https://skyvia.com/data-integration/integrate-salesforce-onedrive)) to automatically load CSV files from OneDrive to Salesforce.