Back to Dropbox Integrations
Handler · Version 1

Dropbox File Delete Dropbox

Download GitHub

About

This handler uses the Dropbox Ruby SDK to delete a file from your Dropbox instance. Before using any Dropbox handler for the first time, you will need to obtain an access key to connect to the account (Instructions for that can be found below). After doing that, the handler will connect to that account and then delete the file at the given location. The Dropbox File Location determines which file will be deleted in the folder hierarchy of your Dropbox instance.

How to retrieve the Dropbox Access Token

1. Create an app in the Dropbox App Console (if you already have an app, you can skip to step #5) 


2. First, go to the Dropbox Developers page and go to the App Console 


3. Click the 'Create app' button and choose the following options 
    - Dropbox API app 
    - File and datastores 
    - No - My app needs access to files already on Dropbox 
    - All file types - My app needs access to a user's full Dropbox. Only supported via the Core API. 
    - Input an App Name 


4. Click in to see the details of the app you just created and add 'http://localhost' to the OAuth redirect URIs 


5. To easily retrieve the access token, unzip the handler file and navigate to the resources folder (handler -> resources) and open retrieveAccessToken.html 


6. Follow the instructions on that page to generate your access token. Insert it into your info values and you are now properly authenticated with Dropbox! 
Parameters
Name Description Sample
Dropbox File Location The location and name of the file that you want to delete. Folder/test_file.txt
Changelog

dropboxfiledelete_v1 (2013-11-12)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top