Dropbox
Last updated
Last updated
Connect your Dropbox source to Aiimi Insight Engine to make the most of the data.
Source System: Select Dropbox from the dropdown.
Select Credential - Select the Client ID and Secrets credential created above.
Admin ID - Leave this blank for now.
Save this configuration.
Log onto the server where the source agent is run.
Open PowerShell as an administrator.
Navigate to \InsightMaker\Utils\InsightMaker.Source.Dropbox.Utilities
.
Run .\InsightMaker.Source.Dropbox.Utilities.exe authentication --source-id <source_name>
.
Follow the onscreen prompts to log into Dropbox.
This will replace the Client Secret within the credential you set up earlier.
Run .\InsightMaker.Source.Dropbox.Utilities.exe list --source-id <source_name> --members
.
Note the dbmid for the user you wish to crawl as.
Within the Control Hub edit the configuration you started.
Admin ID - Enter the dbmid you noted.
File Open URL: Check this is the base URI for an open file link, change as needed.
Open Location URL: Check this is the base URI for an open location link, change as needed.
Include Team Folders - If checked, team folders will be included within the crawl.
Included Team Folders - Enter the specific folder names if limited folder should be crawled.
If included and excluded team folders are empty all folders will be crawled.
Excluded Team Folders - Enter the name of any folders that should not be crawled.
If included and excluded team folders are empty all folders will be crawled.
Include Team Member Folders - If checked, team member folders will be included within the crawl.
Included Team Member Folders - To limit the member folders crawled enter the names of the users you want to be included as a regular expression.
If included and excluded team member folders are empty all folders will be crawled.
Excluded Team Member Folders - To exclude certain member folders enter the names of the users you don't want to crawl as a regular expression.
If included and excluded team member folders are empty all folders will be crawled.
Include Invitees - If checked, invitees will be included within the permissions.
Calculate Created Date - If checked, the crawl will try to calculate a files created date.
This will impact the performance of the crawl.
Max Revisions - Enter the maximum number of revisions to retrieve when calculating the created date.
Retrieving revisions is expensive, however the more provided the more accurate the created date will be. If a file has more revisions than this, the created date will not be accurate.
Dropbox enforces a limit of 100.
Log API Times - If checked, the time spent in Dropbox API calls will be output as debug logging
Save the configuration.