Skip to end of metadata
Go to start of metadata


Box


Author: Irene Cho


Primary Features

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

 

NOTICE

Due to a change in Box API, the Token function does not work. For the Token function, please use Box II.


Create credentials from Box console

  1. Create apps in here: https://account.box.com/login?redirect_url=%2Fdevelopers%2Fconsole


2. Get the Client id, Client Secret and Redirect URI to get a token





Need help?

Technical contact to tech@argos-labs.com


May you search all operations,





Required Parameters


  • OP Type: Get Token, File/Folder Lists, Upload Files and Download Files/Folder
  • Client ID
  • Client Secret



Optional Parameters


  • Redirect URI
  • Token
  • User ID
  • Password
  • Files to Upload
  • Folder ID

  • File ID
  • Log File: We used python selenium to get the box token. Users can set the log file to see the process.
  • Output Path

OP Type

Parameters

Output

Get TokenClient ID, Client SecretToken(str)
Redirect URL

File/Folder Lists

Client ID, Client Secret

 type,id,name

Token

Folder ID

 Upload Files

Client ID, Client Secret

name,id

Token

Files to Upload

Folder ID

 Download Files/Folder

Client ID, Client Secret

(Downloaded file path)

Token

Folder ID or File ID

Output Path



Example of the plugin in STU





All Plugins