uploads
Get presigned download URL for upload data
Creates a temporary presigned URL for securely downloading the data from a completed upload.
GET
Get presigned download URL for upload data
Authorizations
This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.
Path Parameters
Upload ID
Response
200 - application/json
Returns a signed URL to access the upload's data.
The presigned download URL to access the upload's data.
Example:
"https://dromo-user-imports.s3.us-west-2.amazonaws.com/b3f0ff47-07e0-4c98-90de-5451aff066c8.json?X-Amz-Algorithm=...&X-Amz-Credential=...&X-Amz-Date=...&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-Amz-Signature=..."
Get presigned download URL for upload data
