API Overview: using sFiles Client API
Use sFiles API to do more with SharePoint, like creating folders based on a trigger, and more.
Use sFiles API to do more with SharePoint, like creating folders based on a trigger, and more.
sFiles has an API method that enables apex to download a file from SharePoint to Salesforce.
SharePoint imposes certain restrictions on the characters that can be used in folder names. To ensure compatibility, sFiles employs a sanitization process to handle invalid characters. This article explains which characters are removed or replaced and how the sanitization process works.
Admins may want to trigger an action after an upload or download has occurred in community. This is now available with the Community_Event__e Platform Event.
Files uploaded using the sFiles API and via community are uploaded asynchronously. As a result, you need to subscribe to an event to get the file Id and other metadata.
The sFiles ID lookup utility in the UI now has a corresponding API method so developers can programmatically retrieve the site/library/folder id by just providing the SharePoint URL.
sFiles API methods can be exposed to external applications through the Apex REST architecture in Salesforce. Follow this article to learn how.
sFiles offers our Enterprise customers the ability to write code to leverage the automatic movement of files from Salesforce Files to locations within SharePoint Document Libraries. This initial API offering will be improved based on customer feedback and is expected to change in coming revisions of sFiles.