Dropbox

Version: 3.0.0

Dropbox is a file hosting service, that offers cloud storage, file synchronization, personal cloud, and client software.

Connect Dropbox with LogicHub

  1. Navigate to Automations > Integrations.
  2. Search for Dropbox.
  3. Click Details, then the + icon. Enter the required information in the following fields.
    • Label: Enter a connection name.
    • Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
    • Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
    • Remote Agent: Run this integration using the LogicHub Remote Agent.
    • Access Token: The Access Token to connect to Dropbox.
    • Permissions: "team_data.member" and "team_data.team_space" permissions are required to execute the action.

📘

We have tested this action with the "Scoped access app", which can be created by clicking here. To create an app, see Getting started with the Dropbox API.

Actions for Dropbox

Retrieve Team Events

Retrieves team events.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input NameDescriptionRequired
Start TimeEnter the value for start time expressed in UTC, with a special UTC designator Z (Default is Batch start time). Example: 2020-08-25T21:49:46Z.Optional
End TimeEnter the value for end-time expressed in UTC, with a special UTC designator Z (Default is Batch end time). Example: 2020-08-26T21:49:46Z.Optional
Maximum ResultsThe maximum number of results to return per call (Default is 1000). Must be between 1 through 1000 (inclusive).Optional

Output

A JSON object containing multiple rows of result:

  • has_error: True/False
  • error: message/null
  • result: List of events.
{
  "actor": {
    ".tag": "admin",
    "admin": {
      ".tag": "team_member",
      "account_id": "dbid:AAD34674eHcfL57467467467fpunam26jqipaUw7fj2NT5jLc",
      "display_name": "aaa aaa",
      "email": "[email protected]",
      "team_member_id": "dbmid:AADGTxFevbsRW0467467qq4pk0EIzEBTSW3nggK5k"
    }
  },
  "assets": [],
  "context": {
    ".tag": "team_member",
    "account_id": "dbid:AAD74673eHcfL5fpu74674nam26jqipaUw7fj2NT5jLc",
    "display_name": "aaa aaa",
    "email": "[email protected]",
    "team_member_id": "dbmid:AADGT746747xFevfgfdsfgbsR7467W0qq4pk0EIzEBTSW3nggK5k"
  },
  "details": {
    ".tag": "login_success_details",
    "is_emm_managed": false,
    "login_method": {
      ".tag": "password"
    }
  },
  "error": null,
  "event_category": {
    ".tag": "logins"
  },
  "event_type": {
    ".tag": "login_success",
    "description": "Signed in"
  },
  "has_error": false,
  "involve_non_team_member": false,
  "origin": {
    "access_method": {
      ".tag": "end_user",
      "end_user": {
        ".tag": "web",
        "session_id": "dbwsid:23736610789476749895657467474567281269158215712678"
      }
    },
    "geo_location": {
      "city": "Noida",
      "country": "IN",
      "ip_address": "10.10.10.10",
      "region": "Uttar Pradesh"
    }
  },
  "participants": [],
  "timestamp": "2020-09-20T10:46:54Z"
}

Release Notes

  • v3.0.0 - Updated architecture to support IO via filesystem

© 2017-2021 LogicHub®. All Rights Reserved.