Data sources from Dropbox

Data sources from Dropbox

Summary

The platform allows you to collect data from files hosted in Dropbox using your API.

The advantage of this data source is that when the file hosted on Dropbox is changed, the platform would detect the change and update its data automatically, without editing the resources from the workspace.



Configure integration

Settings in Dropbox

To enable the data source module from Dropbox you must log in to your Dropbox account and follow these steps:

Go to https://www.dropbox.com/developers/apps and click on the button Create app.



Then, you need to select the highlighted options in the image:

  1. Chose an API:Scoped access
  2. Choose the type of access you need:Full Dropbox
  3. Name your app:My App(or the name you decide)
  4. You must accept the terms and conditions,
  5. Finally, click on the buttonCreate app.




Then I would see the following. To generate the token key, you must click on the button Generate as highlighted in the picture:



By clicking on the button, Dropbox would generate a token key.



Copy that key and save it in a safe place.

Configure integration in Workspace

Head to Workspace, Settings > Integrations. Paste the key obtained into the "Dropbox token" field and save the changes.



Create data source from Dropbox

Once the Dropbox token is enter, the Create Data Source option from Dropbox would be enabled.

First, you need to locate the file in your Dropbox account and extract the path to the file. In this example, the path to the file is/Documents/files/accounts.csv.



That route must be written in the route field.


You should then complete the metadata and save the data source.

    • Related Articles

    • Data sources from URLs

      Summary The URL connector allows you to collect data from HTTP(s) and FTP protocols. To collect data from a file hosted in a URL, you must go to Data sources > From URLs Configuration Enter a URL with a clear link from where you want to collect. ...
    • Data sources from REST/json web services

      Summary The REST/JSON web services connector offers all the capabilities needed to connect to such sources. This option allows you to collect data from REST/JSON web services or configure writing actions, and then create data views and exhibit them ...
    • What is a data view

      Summary The platform does not require an off-line ETL process to extract data from the origins, but associated with the view, find a set of rules that the data engine interprets for check the source on demand or periodically, extract the data updated ...
    • What are data sources

      Summary Data sources are the starting point for the data flow, from which data views and APIs methods are created. Below you can find data sources characteristics. Some basic concepts When we talk about data sources, we must consider the following: ...
    • Data sources from files

      Summary The Platform provides the possibility of using files as the Origin of data, upload it to the platform and then create data views and expose them in methods of your API. To upload a file, you must go to Data Sources > From File. Configuration ...