Skip to main content

Dropbox

Integrating Dropbox with Osano

Connecting to Dropbox


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Required Fields

  • One click connection

Please refer to the Dropbox Business API documentation for instructions on how to properly create an application and set scopes. To create a Dropbox Business app, visit the app creation page. https://www.dropbox.com/developers/apps/create

Required Scopes

  • members.read
  • members.delete
  • team_info.read
  • team_data.member

Core Functionality

  • Data Discovery
  • User Search
  • Data Deletion

Base URL

https://api.dropboxapi.com/2

Auth

  • oauth

OAuth2.0 authorization

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Data Deletion

Please note that data deletion is a hard delete.

Last Modified: 2024-04-17