# Flight Record Upload

This functionality empowers users with organization accounts to easily upload drone telemetry data and link it to their flight logs, capturing true flight activity, and providing precise and accurate data for compliance, asset monitoring, and pilot currency.

**Supported Platforms**

* AirHub® Portal supports importing flight record data from various platforms, making it easy to integrate with your existing systems: **DJI Flight Records:** \[“.txt”]
* **Pixhawk Aircraft:** \[“.bin”]
* **Other generic file types:** \[“.csv”, ".gpx", and “.kml”]

**How to Use**

Using the flight record upload feature is straightforward:

1. **Select or Create a Flight Log:** Start by choosing an existing flight log or creating a new one in AirHub Portal.
2. **Upload Your Flight Record:** Upload your telemetry file directly to the selected flight log.
3. **Link the Data:** In the **Summary** tab, find the **Telemetry** section, select your uploaded file, and click the button to parse and link the telemetry data.

Once completed, your flight path and other key metrics will be automatically updated in your flight log.

![](https://cdn.document360.io/61a5e25b-630f-4945-bf34-3a653a37c918/Images/Documentation/flight-record-upload-image-o85yi0pp.png)

**How to Download Telemetry Files from Your Aircraft, Controller, or Ground Control System.**

**For DJI Aircraft**

You can obtain telemetry files directly from the aircraft controller or through the DJI app:

**Method 1: Downloading from the DJI App (DJI GO 4 or DJI Fly)**

**iOS device & Mac computer:**

1. **Connect phone to computer**: You may need to have your phone “trust” the computer
2. **In Finder, select the device**: The phone should show up as a drive under “Locations”
3. **Select “Files,” expand the DJI GO 4 or Fly folder, and click on “FlightRecords.”:** This folder contains the DJI flight record files

![A screenshot of a computer  Description automatically generated](https://cdn.document360.io/61a5e25b-630f-4945-bf34-3a653a37c918/Images/Documentation/flight-record-upload-image-7eyr0ss1.png)

1. **Copy the FlightRecords folder to your desktop:** Click and drag the “FlightRecords” folder from the finder window onto your desktop to create a copy of the FlightRecords folder on your computer.
2. **Find the FlightRecord file associated with the desired Flight Log in AirHub® Portal.** This file will be uploaded and parsed in the Flight Log.

**iOS device & Windows computer:**

1. **Open iTunes and Connect phone to computer**: You may need to have your phone “trust” the computer
2. **Select device view**: Click the phone icon to access file sharing

![A screenshot of a computer  Description automatically generated](https://cdn.document360.io/61a5e25b-630f-4945-bf34-3a653a37c918/Images/Documentation/flight-record-upload-image-ffx8cc4f.png)

1. **Download a copy of the DJI FlightRecords folder:** Select “File Sharing,” select the correct DJI app, select the “FlightRecords” folder, scroll to the bottom of the screen, and select the “Save…” button to save a copy of the folder on your computer.

![A screenshot of a computer  Description automatically generated](https://cdn.document360.io/61a5e25b-630f-4945-bf34-3a653a37c918/Images/Documentation/flight-record-upload-image-f9oedx4q.png)

1. **Find the FlightRecord file associated with the desired Flight Log in the AirHub Portal.** This file will be uploaded and parsed in the Flight Log.

**Android device**

1. **Connect phone to computer**: You may need to have your phone “trust” the computer
   * For Mac computers, you may need to install an Android file transfer utility program.
2. **Find the DJI app file folder for the desired DJI app**. The specific path may depend on your device, app version, and desired DJI app. An example folder path would be: “…/internal storage/DJI/dji.go.v4/”
3. **Copy the FlightRecords folder to your desktop:** Copy the “FlightRecords” folder from the finder window onto your desktop to create a copy of the FlightRecords folder on your computer.
4. **Find the FlightRecord file associated with the desired Flight Log in the AirHub Portal.** This file will be uploaded and parsed in the AirHub Flight Log.

**Method 2: Downloading from the DJI Controller (Smart Controller, RC Pro, CrystalSky)**

1. **Connect the Controller to Your Computer**: Use a USB cable to connect your DJI controller to your computer. Ensure device-specific file transfer is enabled.
2. **Access the Internal Storage**: Once connected, the controller’s internal storage should appear on your computer as an external drive.
3. **Navigate to the FlightRecord Folder**: Open the drive and navigate to the folder where the telemetry files are stored. This is usually under the DJI/dji.go.v4/FlightRecord directory (for DJI Go devices) or DJI/com.dji.industry.pilot (for DJI Pilot devices).
4. **Copy the Files**: Select the telemetry files you need and copy them to your computer's local storage. Then, upload them and parse them in the AirHub Flight Log.

**For Pixhawk Aircraft**

Access telemetry files from your Pixhawk flight controller in the following ways.

**Method 1: SD Card (For flight controllers with removable SD card)**

1. **Remove SD Card from flight controller**: Connect to computer
2. **Download binary (.bin) log file**: Log files located at /APM/LOGS

**Method 2: Mission Planner**

1. **Connect vehicle to Mission Planner**: Can connect via USB or radio
2. **Access DataFlash Logs**: Select “FLIGHT DATA” and beneath the primary flight display, select “DataFlagh Logs” and “Download DataFlash Log via Mavlink”
3. **Select and download selected logs**: Select desired log(s) for associated Portal flight logs

<figure><img src="https://cdn.document360.io/61a5e25b-630f-4945-bf34-3a653a37c918/Images/Documentation/flight-record-upload-image-sdopbxsw.png" alt=""><figcaption></figcaption></figure>

**Method 3: QGroundControl**

1. **Connect vehicle to QGC**: Can connect via USB or radio
2. **Access DataFlash Logs**: Select the main menu (“Q” icon in the top left), “Analyze Tools”, and will load “Log Download”, and may need to press “Refresh”
3. **Select and download selected logs**: Select desired log(s) for associated Portal flight logs

**For Other File Types:**

**CSV File**

* Ensure the first record in the CSV file contains the field names, two of which must be “latitude” and “longitude”.

**KML/KMZ File**

* Ensure the path flown is represented using the “LineString” data type.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.airspacelink.com/integrations-setup-and-customizations/flight-record-upload.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
