Continuously Import Files and Folders to my App

Add to your app

Works with:

  • Box
  • Dropbox
  • Google Drive
  • Microsoft Sharepoint
  • MS OneDrive

Continuous Import of Files and Folders (Drive Items) to Your App

This scenario enables your application to continuously sync and download Files and Folders (Drive Items) from any external application to your app's API. It handles the initial import of Drive Items and keeps them synchronized when a drive item is created, updated, or deleted in the external application.

When receiving Files data from the external application, the data is transformed into a format supported by your app's API. Additionally, if needed, your customers can customize the data mapping based on their specific external application setup.

How It Works

  1. Initial Import:

    • Perform the initial import by calling the Integration.app REST API or SDK in a loop from your code to retrieve data page by page.
    • Integration.app transforms the output into a consistent format compatible with your API, allowing you to save the data efficiently.
  2. Continuous Sync:

    • Enable subscription via a single API or SDK call to continuously receive created, updated, or deleted events.
    • Integration.app manages all integration-specific logic, including subscribing to/unsubscribing from webhooks, custom polling of events, or performing periodic full syncs.
    • You will only receive the necessary events as real-time as supported by the external application's API.
  3. Download File:

    • Make a single API request to start file download from external app, it will return download file URI, that you can use to download file from any source in the same way