Box JWT-7.409.1157
| Box JWT |
Author: : Arun Kumar(arunk@argos-labs.com) Primary Features This plugin allows generating token from box, show list of files, upload files to box, download files from box, copy files, delete files, Create or update Shared Link of files/folders and remove shared link. |
Input (Required)
Config File- Select the config file path.
OP Type- Select the Operations Type.
Advance -
Files To Upload- Select the file to upload to box.
Folder Id – Enter the folder id from box.
File Id- Enter the file id from box
Output path- Select the output file path.
Additional File ID – Enter the additional file id from box.
Additional Folder ID – Enter the additional folder id from box.
Dest Folder ID – Enter the destination folder id.
Create credentials from Box console
Create apps in here: https://account.box.com/login?redirect_url=%2Fdevelopers%2FconsoleApp Setup & Folder Collaboration — Step-by-step Guide
Follow these steps to create a custom app, configure JWT authentication, approve access, and grant folder collaboration.
1. Create custom app
2. Fill automation settings
3. Select JWT Auth
4. Verify JWT auth
5. Add public key
When you add the public key, the system will download a `config.json` file for you.
6. Send approval request
7. Open the Management Console
8. Approve the app for access
Approve the pending request to grant the app access.
9. App approved — now active
Once approved, the app will be active.
10. Receive a separate email ID for collaboration
You will get a separate email address (account) to use when collaborating on folders.
11. Open the folder and click Share to grant access
12. Access the granted folder and perform operations
After sharing, you (or collaborators) can access the folder and perform the allowed operations.
Operations Type -
Operations | Selection | Default Value |
|---|---|---|
File/Folder Lists | Config File | type,id,name |
| Folder ID |
|
Upload Files | Config File | name,id |
| Files to Upload |
|
| Folder ID |
|
Download Files/Folder | Config File | (Downloaded file path) |
| Folder ID or File ID |
|
| Output Path |
|
Copy Files/Folder | Config File | name,id |
| Additional Folder ID or/and File ID |
|
| Destination Folder ID |
|
Move Files/Folder | Config File | name,id |
| Additional Folder ID or/and File ID |
|
| Destination Folder ID |
|
Delete Files/Folder | Config File | id deleted |
| Additional Folder ID or/and File ID |
|
Create or Update Shared Link | Config File | id,link |
| Additional Folder ID or/and File ID |
|
Remove Shared Link | Config File | id remove |
| Additional Folder ID or/and File ID |
|
Parameter setting examples (diagrams)
Operations
File/Folder Lists:
Upload Files:
Download Files/Folder:
Copy Files/Folder:
Move Files/Folder:
Delete Files/Folder:
Create or Update Shared Link Files/Folder:
Remove Shared Link:
Output Format -
You may choose one of 3 output formats below,
String (default)
CSV
File
Return Code
Code | Meaning |
|---|---|
0 | Success |
1 | Failure (Invalid Input Type) |
99 | Exceptional case |