How to Integrate Skydio Cloud with gNext Labs
Published: Updated:
Sync your 3D Scan media from Skydio Cloud to your gNext Labs dashboard. gNext offers API integration with Skydio Cloud for seamless post-production modeling of your 3D Scan images. You will need to configure your Skydio Cloud and Media Sync API integration.
[note text="API Tokens should be kept secret! They grant access to your organization's data in Skydio Cloud (media, flights, vehicles, user emails, etc.)."]
Needed
- Skydio Administrative access
- gNext Administrative access
- Computer with Internet
Quick Steps
- Generate and copy an API token in Skydio Cloud
- Perform a Media Sync
- Paste the Skydio Cloud APT token into a gNext Labs project
- Sync scans
In-depth
To Integrate Skydio Cloud with gNext Labs: |
|
Step 1 - Log in to cloud.skydio.com Step 2 - Set up your Skydio Cloud account: Visit Getting Started with Skydio Cloud for detailed instructions.
|
|
Step 3 - Plug in the drone to power
|
|
Step 4 - Generate a Skydio API token:
|
|
Step 5 - Name your token Step 6 - Select Permissions:
Step 7 - Select Save |
|
Step 8 - Copy Token | |
[info text="Your personal access token is only available during the active login session or until the page is refreshed."] | |
Step 9 - Open a new tab in your browser and log into your organization’s gNext Labs account using an admin-level email account
Step 10 - Select Projects and New Project
|
|
Step 11 - Select Skydio Sync | |
Step 12 - Paste your Skydio Cloud API token
|
|
[note]After your Skydio API token is validated, you can choose the Skydio 3D Scans to sync to your project when you add a new asset to a project.[/note] |
|
Troubleshooting
[accordion heading="Formatting requests to the Skydio API"]
All requests to the Skydio API should contain an Authorization header with your API Token. Requests to the API should be formatted like this:
Bash
Python
curl -X 'GET' \
'https://api.skydio.com/api/v0/flights' \
-H 'accept: application/json' \
-H 'Authorization: <api_token_here>'
[/accordion]
Unable to access Skydio Cloud
Go to cloud.skydio.com
-
- enter your email address
-
enter the verification code sent to your email address
[info text="Ensure that you are logging in to your mobile device with the same email address that has been provisioned on Skydio Cloud."]
Have you set up your Skydio Cloud?
You will need to configure your Skydio Cloud account before you can upload flight telemetry. See Getting Started with Skydio Cloud. Any media captured prior to configuring your Skydio Cloud will not sync.
Have you enabled Data Capture GPS & Telemetry?
Data Capture GPS & Telemetry must be enabled to view telemetry in Skydio Cloud, and pilots must be registered users in DroneSense. Flight telemetry is grabbed by DroneSense once every hour.Is the vehicle claimed in Skydio Cloud?
Vehicles are not automatically associated with an organization, you will need to claim the vehicles that you want in your fleet:
Step 1 - Select Settings
Step 2 - Select Devices
Step 3 - Select Claim Device
Step 4 - Enter vehicle WiFi (eg Skydio2: - xxxx)
The vehicle tab displays a list of associated vehicles ID
[info]You cannot claim a vehicle associated with another organization. You cannot delete a vehicle. If you receive this error message or need to delete a vehicle, contact Skydio Customer Support[/info]
Explore More
Explore related articles for additional information
Getting Started with Skydio Cloud
How to Add a Network to Skydio Cloud
How to Use Media Sync in Skydio Cloud
Skydio Cloud API Documentation
Skydio, Inc. A0390
Was this article helpful?