Dropbox-3.608.1430

Dropbox-3.608.1430

 

 

Dropbox

 

Author: Irene Cho

 

Primary Features

  • Get the file/folder lists, upload and download the files from Dropbox

 

Create a Dropbox token

  1. Create apps in here: https://www.dropbox.com/developers/

  2. Go to App Console

  3. Generated access token with ‘No expiration’ 

 

 

Need help?

Technical contact to tech@argos-labs.com

 

May you search all operations,

 

 


 

 

Required Parameters

 

  • OP Type: File/Folder Lists, Upload Files and Download Files/Folder

  • Token: API Token from Dropbox

 

 

Optional Parameters

 

  • Files to Upload: An absolute file path to upload to Dropbox

  • Dropbox Folder Location: A folder location in Dropbox. The default location is ‘/’. 

e.g. /test/subfolder

  • Dropbox File Location: Multiple file locations in Dropbox. e.g. /test/subfolder/test.jpeg

  • Output Path: An absolute file path to save the files from Dropbox

 

OP Type

Parameters

Output

File/Folder Lists

Dropbox Folder Location

CSV with these columns:

Type,name,path,date_modified,size

*Folder metadata does not include the date and size

*The unit of size is bytes

Upload Files

Files to Upload

Success/Failure

Dropbox Folder Location

Download Files/Folder

 

 

Dropbox Folder Location

CSV without columns

 

 

Dropbox File Location

Output Path

Delete Files/Folder

Dropbox Folder Location

CSV without columns

Dropbox File Location

 

 

Example of the plugin in STU