Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
png
box_app_access_level.png 66.8 kB 1 05-Dec-2023 05:32 krivacsz
png
box_app_scopes.png 65.2 kB 1 05-Dec-2023 05:32 krivacsz
png
box_as_user_header.png 38.3 kB 1 05-Dec-2023 05:32 krivacsz
png
box_create_custom_app.png 174.2 kB 1 05-Dec-2023 05:32 krivacsz
png
box_jwt_auth.png 89.2 kB 1 05-Dec-2023 05:32 krivacsz
png
box_rsa_keypair.png 56.3 kB 1 05-Dec-2023 05:32 krivacsz
png
box_vfs_congfig_file.png 259.3 kB 1 05-Dec-2023 05:32 krivacsz
png
box_vfs_settings.png 295.9 kB 4 05-Dec-2023 05:32 krivacsz

This page (revision-90) was last changed on 20-May-2025 02:34 by krivacsz

This page was created on 05-Dec-2023 05:32 by krivacsz

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 2 changed 5 lines
Box supports external integration through an HTTP-based REST API.\\
__Restriction:__
----REST API does not support resume on upload\\
----mdtm(File modification time) changes.\\
---- for large file upload CrushFTP stores the file temporary at CrushFTP install folder/box/
Box REST API based integration: [Documentation Link|https://developer.box.com/reference]\\
At line 8 changed one line
Create new custom app at [https://app.box.com/developers/console].\\
----
__⚠️ Proxy Configuration:__ If your server accesses the internet through a proxy, make sure to whitelist the following domains for DropBox Authentication and storage access: __api.box.com__\\
----
__⚠️ Restriction:__\\
- REST API does not support __resume__ on upload\\
- No mdtm (File modification time) changes.\\
- The REST API does not support streaming during upload. For large file uploads (files larger than __25 MB__), CrushFTP temporarily stores the file in the following location: __CrushFTP Install Folder/box/<<box username>>__\\
----
!1. Box Custom App Configuration (JWT Authentication)\\
\\
Create a new __Custom App__ at __Box Developer Console__ ([Box Console Link| https://app.box.com/developers/console]). Select __Custom App__ as the app type to begin configuring your integration with Box services.\\
At line 10 removed 2 lines
\\
CrushFTP use __JWT Authentication__ method ([https://developer.box.com/guides/authentication/jwt/]), and not OAuth2. Select JWT based authentication.\\
At line 17 added 2 lines
CrushFTP uses the __JWT Authentication__ (More info: [Box JWT Link|https://developer.box.com/guides/authentication/jwt/]) method provided by Box, not standard OAuth 2.0. When configuring your __Box application__, make sure to select __JWT-based authentication__ as the authorization method.\\
\\
At line 15 changed one line
Check the "Make API calls using the as-user header" checkbox at __Configuration -> Advanced Features__\\
In the Custom App’s configuration, select __App + Enterprise Access__ as the authentication method to enable __full access__ for server-side integrations within your Box enterprise environment.\\
At line 23 added 13 lines
[attachments|box_app_access_level.png]\\
\\
Under __Application Scopes__, enable the following permissions by checking the boxes:\\
✅ __Write all files and folders stored in Box__\\
✅ __Manage users__\\
These scopes are required to __allow CrushFTP to upload data__ and interact with Box user accounts on your behalf.\\
\\
[attachments|box_app_scopes.png]\\
\\
In the __Advanced Features__ section, check the box:\\
✅ __Make API calls using the as-user header__\\
This allows the application __to act on behalf of Box users__ within your enterprise using the as-user header.\\
\\
At line 19 changed one line
Generate the RSA keypair for JWT at __Configuration -> Add and Manage Public Keys__\\
Generate the __RSA keypair__ for __JWT authentication__ by navigating to:\\
__Configuration -> Add and Manage Public Keys__, then click __Generate a Public/Private Keypair__.
It will generate the keypair and display the private key only once — ⚠️ be sure to download and securely store it for later use in your CrushFTP Box JWT configuration.\\
At line 23 changed one line
Save your app changes and dwonload JSON file from __Configuration -> App Settings__\\
Save your __Custom App__ changes: After configuring your Custom App, make sure to __save all__ changes.\\
⚠️ Go to the Authorization tab and click __Review and Submit__to request __Box Admin approval__. This step is required to activate the app and grant it access to your enterprise data.\\
⚠️ __Important__: Any future changes made to the __Custom App__ configuration will require re-authorization. The Box Admin must re-authorize the application after each change to ensure continued functionality.\\
\\
Dwonload JSON file from __Configuration -> App Settings__\\
At line 40 changed one line
On CrushFTP provide the box login username as username and the path of JSON config file.\\
!2. Box Remote [VFS] Settings\\
\\
Select the __Box__ remote item type.\\
\\
__a.) Use JWT JSON File__\\
\\
__User name__ : Enter the Box login email address of the user you want to impersonate.\\
__JWT config__: Copy and paste the entire content of the JWT configuration __JSON file__ into __this field__. This file was generated when setting up your Box Custom App and contains all required credentials for JWT-based authentication. See above.\\
\\
[attachments|box_vfs_congfig_file.png]\\
\\
__b.)__ __Store JWT JSON file__ is Unchecked:\\
\\
__User name__: Enter the Box login email address of the user you want to impersonate.\\
__Password__: "clientSecret" from the JSON config file\\
__Client Id__: "clientID" from the JSON config file\\
__Enterprise Id__: "enterpriseID" from the JSON config file\\
__Public Key Id__: "publicKeyID" from the JSON config file\\
__Private Key__: "privateKey" from the JSON config file\\
__Private Key password phrase__: "passphrase" from the JSON config file\\
\\
Version Date Modified Size Author Changes ... Change note
90 20-May-2025 02:34 4.623 kB krivacsz to previous
89 20-May-2025 02:32 4.684 kB krivacsz to previous | to last
88 20-May-2025 02:29 4.556 kB krivacsz to previous | to last
87 20-May-2025 02:25 4.355 kB krivacsz to previous | to last
86 20-May-2025 02:24 4.333 kB krivacsz to previous | to last
85 20-May-2025 02:24 4.299 kB krivacsz to previous | to last
84 20-May-2025 02:22 4.286 kB krivacsz to previous | to last
83 20-May-2025 02:18 4.064 kB krivacsz to previous | to last
82 20-May-2025 02:18 4.064 kB krivacsz to previous | to last
81 20-May-2025 02:16 3.803 kB krivacsz to previous | to last
« This page (revision-90) was last changed on 20-May-2025 02:34 by krivacsz
G’day (anonymous guest)
CrushFTP11 | What's New

Referenced by
LeftMenu

JSPWiki