DataCamp
Learn how to configure DataCamp for use with Filebase.
What is DataCamp?
1. Login to your DataCamp dashboard.

2. Select a workspace you’d like to connect to Filebase.

3. Then select ‘Integrations’ from the left sidebar navigation menu.

4. Select ‘Create Integration’:

5. Select ‘Environment Variables’:

6. Enter two variables, FILEBASE_ACCESS_KEY and FILEBASE_SECRET_KEY.
FILEBASE_ACCESS_KEY and FILEBASE_SECRET_KEY.
7. Copy the provided integration code, then select ‘Next’:

8. Select ‘Connect’ when prompted to connect your workspace to your newly created integration:

9. Next, select ‘Add code’ at the bottom of your workspace to add a new piece of code.

10. To list all the buckets on your Filebase account, enter the following piece of code:
11. Then select ‘Run’:


12. To create a new Filebase bucket, use the following piece of code:
13. Then select ‘Run’:


14. To upload an object from your workspace to Filebase, use the following code:
15. Then select ‘Run’ to run the code:


16. You can verify that the file has been uploaded by navigating to the Filebase web console and viewing the contents of your bucket:

17. To download an object to your workspace, use the following code:
18. Then select ‘Run’ to run the code:


Last updated