All Collections
Data Acquisition & Upload
DJI Dock
How to Configure DJI FlightHub Sync for Automatic Uploading to Sitemark
How to Configure DJI FlightHub Sync for Automatic Uploading to Sitemark
Updated over a week ago

This guide details how to set up DJI FlightHub Sync to automatically upload media and images captured by drones using the DJI Dock or Dock 2 at your solar or construction site directly to Sitemark. This ensures that data is seamlessly and securely transferred to Sitemark's servers without being stored or processed by DJI.

Open FlightHub and navigate to "My Organization."

Locate your organization in the list and click on the settings cogwheel icon next to "Organization Settings."


Click on "Add Service"

In the fields provided, enter the following information and click "OK".

  • Third-Party Cloud Name: Sitemark

  • Webhook URL: https://api.sitemark.com/v1/integrations/dji_flighthub/drc_file_upload_complete

Next, click on "Configure Media File Direct Transfer"

In the modal that appears, paste the code snippet provided by Sitemark. If you do not have this code, contact your Sitemark account manager. The code should look like this:

{
"access_key_id": "xxxxxxx",
"access_key_secret": "xxxxxxxx",
"bucket": "xx-bucket",
"region": "xxxxxxx",
"arn": "xxxxxx",
"policy": "xxxxxxx",
"role_session_name": "xxxxx",
"provider": "aws"
}

Click "OK." You will receive a notification, "Operation successful," confirming that the setup is correct.

Finally, to enable the integration, you have to enable it on a per-project level. Return to the main FlightHub menu and go to the "Project List". Click "Edit" next to the project where you want to enable the integration.

Check the box for "Media File Direct Transfer" and click "Done".

The integration is now active. All data captured by the Dock 2 for this project will be automatically uploaded to Sitemark’s secure servers and ready for processing.

Did this answer your question?