Athento has an integration with Dropbox that allows you to migrate documents from Dropbox to Athento.
Configuring integration with Dropbox
To configure integration with Dropbox, go to the team's applications section.
In this section, we will look at the Dropbox application.
To configure the integration, we need to specify an access token that can be obtained from the Dropbox applications section. We must do the following:
1. Create an application by following the steps on the indicated page.
2. Once the application has been created in the “Permissions” section, we must activate the “files.content.read” option so that Athento can obtain the documents.
3. In the “Settings” section, request an access token.
Once you have obtained the access token, you must specify it in the Dropbox integration settings.
After adding the access token, we can check if it is valid by clicking the “Check connection” button.
Migrating documents from Dropbox
Once the configuration is complete, we can run a command to migrate the documents. This command is:
python manage.py migrate_dropbox_documents --serie <serie_uuid>Where “series_uuid” is the UUID of the space where we want the documents to be placed. The Dropbox settings that will be used are the settings for the space team.
After running the command, you will be able to see the documents in the space in question, maintaining the same folder structure.
Comments
0 comments
Please sign in to leave a comment.