Box-3.618.1400
Box | |
|---|---|
Author: Irene Cho
Primary Features
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
2. Get the Client id, Client Secret and Redirect URI to get a token
|
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 Token | Client ID, Client Secret | Token(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