Introduction
This plugin allows you to integrate Box storage in your Bubble app. Box is a Simple, Secure File Sharing and Collaboration From Anywhere. This is the service version that simply connects your app to your own Box account (Without the Oauth for users)
Prerequisites
You will need a developer account with Box API in order to interact with the Plugin: https://developer.box.com/
Getting Setup
- Head to https://developer.box.com/ & signup as a developer.
- Once your signed up & logged in, navigate to My Apps.
- Now you can click 'Create New App' & start your integration. After you click 'Create New App' select 'Custom App':
4. Select the Authentication Method 'Server Authentication (Client Credentials Grant)'.
5. Now give your integration a name.
6. After you have created a new application, you must submit it. Go to the 'Authorization' tab in your application and click to "Review and Submit" button.
7. After it you should confirm your account from the admin console https://app.box.com/master/settings/apps.
You will receive a confirmation request to your email.
8. If you did everything according to the instructions, then your application should be activated, and in the Authorization tab it will say "Enabled"
9. After all you can select any account from your list
IMPORTANT: For all API calls, you'll need an Access Token for authorization.
Below is an instruction to obtain an access token.
Note! An access token must be created before you can make any calls. We recommend that you create it on page load.
Fill the fields in the plugin settings:
To get Client ID, Client Secret and Subject ID, see the instructions below.
- Go to developer page - https://app.box.com/developers/consoleβ
- Then tab to your service account
To get Client ID, Client Secret and Subject ID, see the instructions below.
3. In your account settings go to the "configuration" tab.
4. Find the section with OAuth 2.0 Credentials. In this section, you'll find the Client ID.
5. To get the client secret, click the "Get client secret" button and follow the instructions 2fa.
6. The last Subject ID you can find in the first tab "General Settings". It's an Enterprise ID:
7. Paste the resulting token into the plugin field
Done! Your app is ready to pull & store files in BOX within minutes!
Data Calls
Actions
Changelogs
Update: 17/07/20 - Version 1.1.0
- Fixed API Call βdelete fileβ and updated credentials
Update: 15/03/21 - Version 1.6.0
- Updated authorization system.
- Updated demo page.
- Updated doc instructions.
Update: 5/01/22 - Version 1.8.0
- Added a new option to add permission for a shared link
Update: 13/09/2023 - Version 1.14.0
- Minor updates
Update: 10/11/2023 - Version 1.17.0
- Added "created_by" field for "Get Folder's Items" API response.
Update: 25/01/2024- Version 1.19.0
- Minor updates